Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 926 Bytes

File metadata and controls

29 lines (16 loc) · 926 Bytes

Angular 2 / ASP.NET CORE 1.0 Starter Template

This is a starter template for developing Angular2 with ASP.NET CORE 1.0 Applications.

This template is done with npm and bower. Its an Angular2 application with an http-service getting values from an ASP.NET CORE WebAPI.

start by typing

npm install

at the root of the "package.json" file

You can copy the js files manually or use the gulp task

gulp get:started

Open a cmd, navigate to the folder containing the "project.json" file and type

dnx web

and navigate with a browser to

http://localhost:5000

Find my Blogpost about this here: How to start with Visual Studio (Code), Angular2 beta 0, Typescript & ASP.NET Core 1.0

![alt text][logo] [logo]: _gitAssets/01.jpg "Screenshot"