Getting Started with a dotNet ASP.NET service based on original project from Microsoft.
-
Install .NET Core locally. See installation steps for Windows, macOS and Linux here.
-
Restore the packages:
dotnet restore
- Run the app (the dotnet run command will build the app when it's out of date)
dotnet run
- Browse to http://localhost:5000
- Press Ctrl+C to stop the app