Skip to content

neojack647/ASPNET-Core-Angular2-StarterTemplate

 
 

Repository files navigation

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. Its an Angular2 application with an http-service getting values from an ASP.NET CORE WebAPI.

Start by typing

npm install

at the level of the "package.json" file

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

gulp get:started

Now you can just press "play" inside Visual Studio to get started.

If you change the *.ts-files you need to run the tsc command manually.

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

About

An Angular2 / ASP.NET Core Starter Template with small Gulp-Tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.8%
  • TypeScript 20.4%
  • C# 16.7%
  • JavaScript 15.7%
  • CSS 0.4%