Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 594 Bytes

File metadata and controls

17 lines (15 loc) · 594 Bytes

ExampleDotNet

An example .NET web application using Kestrel and xunit based on the dotnet HelloMvc sample

For installation instructions see the ASP.NET Core README.md

Run the following commands to install and run the project:

git clone https://github.com/githubschool/ExampleDotNet.git
dnu restore
dnx web

To Run the tests locally run:

dnx test

Inline-style: alt text