# ExampleDotNet An example .NET web application using Kestrel and xunit based on the dotnet [HelloMvc](https://github.com/aspnet/Home/tree/dev/samples/latest/HelloMvc) sample For installation instructions see the ASP.NET Core [README.md](https://github.com/aspnet/Home) 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](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 1")