Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 628 Bytes

File metadata and controls

22 lines (11 loc) · 628 Bytes

Get Started with ASP.NET Core project

Getting Started with a dotNet ASP.NET service based on original project from Microsoft.

Instructions to use this project

  1. Install .NET Core locally. See installation steps for Windows, macOS and Linux here.

  2. Restore the packages:

dotnet restore

  1. Run the app (the dotnet run command will build the app when it's out of date)

dotnet run

  1. Browse to http://localhost:5000

Hello world output

  1. Press Ctrl+C to stop the app