Create a web app

Create a web app

  • Open the integrated terminal

  • Change to the directory that will contain the project.

  • Run the following command:

dotnet new mvc -o MvcMovie
  • Creates a new ASP.NET Core MVC project in the MvcMovie folder.
  • To run your app :
dotnet run