dotnet new webapp -o aspnetcoreapp
cd aspnetcoreapp
dotnet watch run --urls "http://*:80;https://*:443"
dotnet new webApp -o myWebApp --no-https
cd myWebApp
dotnet run
#Open Pages/Index.cshtml in any text editor and replace all of the code with the following,
#then save the file.