An open API service indexing awesome lists of open source software.

https://github.com/justforuse/angular2-demo

angular2-demo from https://angular.io
https://github.com/justforuse/angular2-demo

angular2

Last synced: 8 months ago
JSON representation

angular2-demo from https://angular.io

Awesome Lists containing this project

README

          

# angular2-demo
angular2-demo from https://angular.io

every directory is an isolate angular2 project

and each project is an copy from https://github.com/angular/quickstart

##How to run

```
cd $targetProject
npm install
npm start
```