Skip to content

Node Zero starter kit is a starting point for web application with Node JS and Angular JS2.

License

Notifications You must be signed in to change notification settings

vinhphu3000/node-zero-starter-kit

 
 

Repository files navigation

#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

Getting Started

Install gulp globally

$ npm install --global gulp-cli

Install dependency

$ npm install

Run

  • Development mode:
$ gulp
  • unit test:
$ gulp test
  • Release mode:
$ gulp build:release
$ npm start

About

Node Zero starter kit is a starting point for web application with Node JS and Angular JS2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.9%
  • HTML 8.4%
  • TypeScript 2.7%