Skip to content

shurfa/webapi-angular2-demo

 
 

Repository files navigation

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.

About

A demo for using ASP.NET 5, WebAPI, and Angular 2 in harmony

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 82.3%
  • TypeScript 14.6%
  • HTML 3.1%