Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 369 Bytes

File metadata and controls

29 lines (21 loc) · 369 Bytes

####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