Skip to content

OzBob/A2SPA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 2 + ASP.Net Core SPA

A SPA that uses the best of ASP.Net Core 1.1 for the backend and Angular 2.4 for the front end.

Part 1: see: https://www.codeproject.com/Articles/1148767/SPA-using-ASP-Net-Core-plus-Angular-part Part 2: (this, soon to be pubished)

Prerequisites

Download and install ASP.Net Core here: http://asp.net If using Windows, use Visual Studio 2015 Update 3 with the latest ASP.Net core tooling updates.

Install Typescript and Typings globally, as these will be used by the application.

npm install -g typescript npm install -g typings

Running

Pull a copy of the repo, load the solution into Visual Studio 2015, click Ctrl-F5 to launch browser and viewthe site. (Ctrl-F5 which retrieve any missing dependencies, build, load IIS Express and then load the VS 2015 default browser).

About

SPA with ASP.NetCore + Angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 61.4%
  • HTML 17.9%
  • TypeScript 12.2%
  • JavaScript 6.3%
  • CSS 2.2%