radzserg / angular2-rest

Sample angular2 REST APP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to start

Angular 2 Seed Project

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

About

Sample angular2 REST APP

License:MIT License


Languages

Language:TypeScript 52.0%Language:JavaScript 25.8%Language:HTML 18.7%Language:CSS 3.5%