Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 602 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 602 Bytes

BuildStatus

ng2 + tsc + typings + unit tests

Always updated with the latest version of ng2 (beta-15), typescript (1.8.9), typings (0.7.9) 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!