Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 606 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 606 Bytes

BuildStatus

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

Happy coding!