This is Angular 1.x TypeScript boilerplate based on this repo angular-styleguide
git clone https://github.com/Rafal2228/angular-styleguide-sample
cd angular-styleguide-sample
npm install
In memory build and run (webpack-dev-server up on http://localhost:8080/)
npm start
npm run build