Skip to content

antifragilesoftware/dotnetgettingstarted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Getting Started with a dotNet ASP.NET service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published