forked from RobertDyball/A2SPA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.md.orig
27 lines (18 loc) · 1013 Bytes
/
README.md.orig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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.
<<<<<<< HEAD
Source for part 1 of article series on Code Project:
https://www.codeproject.com/Articles/1148767/SPA-using-ASP-Net-Core-plus-Angular-part
=======
Part 1: see: https://www.codeproject.com/Articles/1148767/SPA-using-ASP-Net-Core-plus-Angular-part
Part 2: (this, soon to be pubished)
>>>>>>> SampleDataService
#### 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).