Practice building a basic forum using ES 2015 - Codeschool Tuts
Starter code for transpiling ES2015 (including modules) with Babel, Gulp and Browserify.
npm install -g gulp
to install Gulp globally.npm install
to resolve project dependencies.Run gulp
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.