Ecosyste.ms: Awesome
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: about 4 hours ago
JSON representation
angular2-demo from https://angular.io
- Host: GitHub
- URL: https://github.com/justforuse/angular2-demo
- Owner: justforuse
- Created: 2017-02-06T09:53:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T09:21:09.000Z (almost 3 years ago)
- Last Synced: 2024-11-15T18:08:34.019Z (about 4 hours ago)
- Topics: angular2
- Language: JavaScript
- Size: 106 KB
- Stars: 6
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular2-demo
angular2-demo from https://angular.ioevery 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
```