Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidfowl/helloworldvnext
Hello world applications on ASP.NET vNext
https://github.com/davidfowl/helloworldvnext
Last synced: about 2 months ago
JSON representation
Hello world applications on ASP.NET vNext
- Host: GitHub
- URL: https://github.com/davidfowl/helloworldvnext
- Owner: davidfowl
- License: apache-2.0
- Created: 2014-05-26T19:08:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-05T20:20:02.000Z (about 5 years ago)
- Last Synced: 2024-10-15T05:28:04.851Z (2 months ago)
- Language: C#
- Homepage:
- Size: 346 KB
- Stars: 76
- Watchers: 11
- Forks: 38
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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