Super lite boilerplate of Angular2 with Webpack and Typescript.
Fork and Clone! Then cd into/your/directory
Install node modules
npm install
Install Typings
npm install -g typings
typings install
To run the dev server
npm run server:dev
To build
npm run build