A 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 dist
This command will bundle the js and css files , compress them use uglify , and output them to dist
folder.
npm run serve
This command will start the browserSync .
npm run clean
will remove dist
folder.
JavaScript framework and lib
Build tools