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
- Clone this repo from
https://github.com/IncredibleWeb/ES6-Boilerplate.git
- 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.
If you like this/find it useful/find a bug please open an issue and, better yet, submit a Pull Request! ☺ Any and all help appreciated, thanks!
MIT License. Made with ♥ by Incredible Web