.NET Core Web MVC Application
Prerequisites
Initialize Project
Create ASP.NET Core project structure
dotnet new webapp -o aspnetcoreapp
Run locally
dotnet watch run
Create ASP.NET Core project structure
dotnet new webapp -o aspnetcoreapp
Run locally
dotnet watch run