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