Starter code for transpiling ES2015 (including modules) with Babel, Gulp and Browserify.
- Clone the repo
npm install -g gulpto install Gulp globally.npm installto resolve project dependencies.
Run npm start from the command line and you are good to go!
The project is currently setup to transpile code under the /src folder using the /src/app.js file as an entry point.
Our resulting code ends up in the public directory.
- Add a Build System to a React Application
- ES2015 and the Virtual DOM in a React Application
- Add a Router to a React Application
A Code School subscription is required before watching the videos. Don't have one yet? Sign up today!