The `dotnet run` command builds the app first if needed.
```terminal
dotnet run
```
5. Browse to `http://localhost:5000`
<!-- H3 to avoid a single-entry internal TOC -->
### Next steps
For getting-started tutorials, see [ASP.NET Core Tutorials](tutorials/index.md)
For an introduction to ASP.NET Core concepts and architecture, see [ASP.NET Core Introduction](index.md) and [ASP.NET Core Fundamentals](fundamentals/index.md).
An ASP.NET Core app can use the .NET Core or .NET Framework Base Class Library and runtime. For more information, see [Choosing between .NET Core and .NET Framework](https://docs.microsoft.com/dotnet/articles/standard/choosing-core-framework-server).