HelloWorldVNext
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
- Run
kpm restore - Navigate to src\helloworldweb
- Type k web
- Open a browser and type http://localhost:5000