This repo creates an angular2 starter project written in TypeScript2 with basic OOB components. You can add your own components to suit your application needs.
The production build is based on Webpack2 bundling pipeline.
Versions are always changing so this project works for the following versions.
angular@2.0.0
typescript@2.1.0-dev.20160922
webpack@2.1.0-beta.25
Make sure you have typescript, typings and npm installed globally.
Clone this repo.
Run "npm install" from project root.
Run "npm run start" from project root to see application being served from webpack dev server.
Run "npm run build" from project root to build application for production.
Run "npm run serve" from project root to serve production application from lite-server locally.