This boilerplate combines:
- run npm start to build and start webpack-dev-server
- open http://localhost:3333/
- npm run build for single build
- npm run watch for incremental builds on every file change
- npm start to build and start webpack-dev-server
- npm test - single run unit tests in PhantomJS
###Visual Studio Code integration ####Show tslint errors only in VS Code
- Hit Ctrl + P
- Run "task tslint-watch"
####Show webpack errors in VS Code
- Hit Ctrl + P
- Run "task webpack-watch"
####Kill running task
- Hit Ctrl + shift + P
- Run "Tasks: Terminate Running Task"