Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

angular2

Last synced: about 4 hours 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
```