Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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-server

Navigate to `http://localhost:8080/index.html`