A simple Angular2 app based on the Angular2 Webpack Starter seed.
More docs coming - refer to the seed for details on how to run/debug...
Quick start:
npm install -g typescript@1.7.5
npm install
# to run
# first start node server
node ./server.js
# then start webpack server that proxies to server
npm run start
Hit http://localhost:3000 and viola!