The projects in this repository show working examples using the dotnet CLI and ASP.NET 5. This is a work in progress.
- Get the dotnet CLI http://dotnet.github.io/getting-started/
- run
dotnet restore
in the root folder (if on OSX EL Capitan then usedotnet restore osx.10.10-x64
see https://github.com/dotnet/cli/issues/439) - Navigate to either
HelloMvc
orHelloWeb
and rundotnet run
- Navigate to
http://localhost:5000
in the browser