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)
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
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).