A simple Angular 2 application using ASP.Net 5
This is a reference application that goes along with a blog series on building a simple Angular 2 application. You can read the blog posts here.
This is an ASP.Net 5 application, and as you will need to ensure your box is setup with the appropriate dependencies. You can read the docs on getting setup here:
http://docs.asp.net/en/latest/getting-started/index.html
npm install
npm start
Then navigate to "http://localhost:5001" or you can run gulp open-browser
from another window.