A boilerplate using backbonejs with es6+sass+browserify+gulp
npm install backbonejs-es6-sass-browserify-gulpA boilerplate using backbonejs with es6+sass+browserify+gulp
Make sure you have install the node and npm and gulp .
```
git clone git@github.com:monjer/backbonejs-es6-sass-browserify-gulp.git
``
cd backbonejs-es6-sass-browserify-gulp && npm install
``
npm run dev
It will start the watch process of js and css files .
``
npm run dev-serve
Besides the process of watching , it will also start browserSync.
``
npm run distdist
This command will bundle the js and css files , compress them use uglify , and output them to folder.
``
npm run serve
This command will start the browserSync .
``
npm run cleandist` folder.
will remove
JavaScript framework and lib
+ backbonejs
+ underscorejs
+ jQuery
Build tools
+ Gulp
+ Browsersync
+ Browserify
+ Babel