####udreajsnextshi
#####1 build gulpfile
a function:
function createBundler(file){
const bundler = browserify(file);
bundler.transform(babelify); //memorize the syntax
return bundler;
}
using live-server
npm install -g live-server
```liver
monitor server js change:
npm run nodemon path/to/js (without .js)
========
#####2