It is easy to start a new DotNET MVC project using the dotnet CLI commands.

Choose a template type

We will create a new webapp which support HTML view rendering and MVC controllers.

Creating tests using the CLI

We can create test packages for xUnit, MSTest and NUnit using the command line: