Boilerplate for Angular2 with TDD (Jasmine & Karma)
Install dependencies via npm
$ npm install
To run a web server and automatic transpiling
$ npm start
To run transpiling
$ npm run tsc
To run a web server
$ npm run lite
To run the tests with Karma
$ npm test