Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

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

tungphuong/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