Simple Typescript + Webpack boilerplate code.
It supports the following out of the box:
- concatination
- uglify
- tslint
- LESS
- watch
- hot reloading
- source maps
Just install dependencies.
npm install
npm run serve
It starts on http://localhost:8080
and automatically reloads the page for all file changes.
npm run build
Files are stored in ./dist
npm run build-prod