davidfowl / HelloWorldVNext

Hello world applications on ASP.NET vNext
Apache License 2.0
76 stars 38 forks source link

Installing ASP.NET vNext

First you'll need to install the KVM and KRE:

https://github.com/aspnet/Home/wiki/version-manager

Running the samples

  1. Run kpm restore
  2. Navigate to src\helloworldweb
  3. Type k web
  4. Open a browser and type http://localhost:5000