#Node JS Zero - Starter Kit
##About Node Zero starter kit is a starting point for web application with Node JS and Angular JS2. It bases on:
* Node JS
* Express JS
* ES6
* Gulp
* Passport
* Mocha, supertest
* AngularJS 2
$ npm install --global gulp-cli
$ npm install
- Development mode:
$ gulp
- unit test:
$ gulp test
- Release mode:
$ gulp build:release
$ npm start