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
Open the integrated terminal
Change to the directory that will contain the project.
Run the following command:
dotnet new mvc -o MvcMovie
dotnet run