Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.58 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.58 KB

#Trails Demo Application View the course -> http://spboyer.me/pbpaspnetcore

Plurasight Play by Play with Shayne Boyer and John Papa building an ASP.NET 5 Web API and Angular app using Visual Studio Code.

Shayne and John

In this course, Shayne Boyer shows how to build a web app with ASP.NET Core 1.0 from scratch, in real time. Since ASP.NET Core works cross-platform, Shayne develops and runs the app entirely on OSX. Shayne ups the ante by creating an Angular client that will communicate with an ASP.NET Web API. Learn from Shayne's expertise as he writes code that serves static assets, makes HTTP requests, and handles modern JavaScript client needs such as routing.

#ASP.NET 5 Play by Play

##Getting Started

  1. Go to http://get.asp.net and install ASP.NET 5
  2. Fork and clone this repo
  3. dnu restore
  4. npm install & bower install
  5. dnx web - starts the site on http://localhost:5000

##Topic Covered