Simple gulp + webpack boilerplate for front-end development
- ES6 ready to rumble
- Live-reload with BrowserSync
- Javascript bundling with Webpack.
- Compile Scss files
- Autoprefix styles
- Compile Jade files
- Compile Coffee scripts files
- Support npm modules
- Dev and Production builds
- Hot Module Reloading [dev branch]
$ git clone https://github.com/renatodeleao/gulp-babel-boilerplate.git
$ cd gulp-babel-boilerplate
$ npm install
$ gulp
# or
$ gulp watch
$ gulp build
# or
$ gulp build --env production
If you pass an environment variable to generate a file for production.
Author: @tsuyoshiwada
Instructions for HMR + BrowserSync: Corina Udrescu from jsramblings.com