frontend sample webserver
Description
This webserver live build for Sass and ES6.
Requirement
- Node.js
Installation
$ git clone git@github.com:jaxx2104/node-sample.gi
$ npm run install
Usage
live build start.
$ gulp
Update
update node.js
$ sudo npm install -g n
$ sudo n latest
update npm global
$ sudo npm update -g npm
$ sudo npm update -g
$ sudo npm outdated -g
update npm local
$ sudo npm update
$ sudo npm outdated