A boilerplate for developing ES6 web apps using Babel, Gulp & ExpressJS.
Babel is a compiler for writing next generation JavaScript. babeljs.io
- Transpiles ES6+ using Babel and Browserify
- SASS compilation using gulp-sass
- Local development environment with ExpressJS & node-livereload using gulp-livereload
- Run
npm install
in the root directory to install all dependencies - Run
gulp watch
to set up watches for the development environment - Run
npm start
to start the local dev server using ExpressJS
Run gulp build
to build the app for distribution in the dist
folder.