angular2-rest
angular2-rest copied to clipboard
Sample angular2 REST APP
How to start
Note that this seed project requires node v4.x.x or higher and npm 2.14.7.
In order to start the seed use:
git clone https://github.com/radzserg/angular2-rest
cd angular2-rest
# install the project's dependencies
npm install
# watches your files and uses livereload by default
npm start
# api document for the app
npm run docs
# dev build
npm run build.dev
# prod build
npm run build.prod