Skip to content

shurfa/angular2-rest

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 52.0%
  • JavaScript 25.8%
  • HTML 18.7%
  • CSS 3.5%