This project is Angular2/Webpack starter kit based on the angular2 developer guide [https://angular.io/docs/ts/latest/guide/webpack.html], with the addition of TSLint, Sass support and karma-coverage reporting
$ npm install
$ npm start
- $ npm start -> alias to server
- $ npm run server -> lunch the development build and server
- $ npm run build -> lunch the production build and output in the /build directory
- $ npm run test -> run unit test and code coverage once
- $ npm run test:watch -> same as 'test' but continuous
- [] Fix code coverage to report against source or sourcemap
- [] Fix Wallabyjs configuration