Skip to content

An example .NET web application using Kestrel and xunit

Notifications You must be signed in to change notification settings

banenen/ExampleDotNet

 
 

Repository files navigation

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

About

An example .NET web application using Kestrel and xunit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%