Skip to content

dougludlow/aspnetcore1-angular2-jspm

Repository files navigation

aspnetcore1-angular2-jspm

ASP.NET 5/Core1 Angular2 JSPM Demo

Read the post for a complete walkthrough.

Feel free to raise an issue to provide any feedback.

Building this project

Install all npm/jspm dependencies:

npm install

Install all asp.net dependencies:

dnu restore

Running this project

dnx web

Navigate to http://localhost:5000.

Running tests

npm test