Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voles/angular2-quotes
Experiment using Angular2
https://github.com/voles/angular2-quotes
Last synced: about 1 month ago
JSON representation
Experiment using Angular2
- Host: GitHub
- URL: https://github.com/voles/angular2-quotes
- Owner: Voles
- License: mit
- Created: 2015-07-11T12:07:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-11T13:43:06.000Z (over 9 years ago)
- Last Synced: 2023-03-26T00:33:47.037Z (almost 2 years ago)
- Language: TypeScript
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular2 - Quote Experiment
Experiment using Angular2## Installation
$ npm install -g tsd typescript@^1.5.0-beta
$ npm install http-server
$ tsd query angular2 es6-promise rx rx-lite --action install## Run the example
$ tsc --watch -m commonjs -t es5 --emitDecoratorMetadata app.ts
$ http-serverNavigate to `http://localhost:8080/index.html`