HelloWorldVNext icon indicating copy to clipboard operation
HelloWorldVNext copied to clipboard

Hello world applications on ASP.NET vNext

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