Skip to content

transformersprimeabcxyz/dotnetcli-aspnet5

 
 

Repository files navigation

ASP.NET 5 with the dotnet CLI

The projects in this repository show working examples using the dotnet CLI and ASP.NET 5. This is a work in progress.

How to run

  1. Get the dotnet CLI http://dotnet.github.io/getting-started/
  2. Clone this repo
  3. run dotnet restore in the root folder (if on OSX EL Capitan then use dotnet restore --runtime osx.10.10-x64 see https://github.com/dotnet/cli/issues/439)
  4. Navigate to either HelloMvc or HelloWeb and run dotnet run
  5. Navigate to http://localhost:5000 in the browser

About

ASP.NET 5 and the CLI working together in harmony

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 95.6%
  • PowerShell 4.4%