Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 517 Bytes

File metadata and controls

21 lines (14 loc) · 517 Bytes

ASP.NET MVC 5 Demo

Simple demo with Angular 2, Typescript, MVC 5, and WebAPI.

Getting Started

Prepare the project, and start the Kestrel web server:

$ dnu restore
$ dnu build
$ dnx web

In another terminal, start a Typescript compiler process with --watch option:

$ npm run tsc

Leave this terminal to do its thing as you develop your application, but check it on occasion or if you are experiencing client-side issues as the Typescript compile may present compiler errors here.