angular2-typescript-todo
angular2-typescript-todo copied to clipboard
Angular2 Todo written in Typescript - with Tests!
ng2 + tsc + typings + unit tests
Always updated with the latest version of ng2 (2.0.0 final), typescript (2.0.2), typings (1.3.2) and jasmine (2.3).
Install dev dependencies
$ npm i
Install typings globally
$ npm i -g typings
Install typings stuff
$ typings i
Compile
$ npm run build
Run
$ npm start
Test
$ npm t