A simple project with Webpack for bundling with Typescript support.
To setup:
git clone https://github.com/M9J/webpack-typescript-template.git
cd webpack-typescript-template
npm install
To run development server:
npm run serve
To generate build in dist/ folder:
npm run build