Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 561 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 561 Bytes

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