npm i webpack typings typescript -g
git clone git@github.com/brechtbilliet/angular-typescript-webpack.git
cd angular-typescript-webpack
npm install
npm start
Then it will automatically open the app in your browser
To run tests
npm test
Coverage
open reports/coverage/index.html
Build
npm install
npm run build