Run the App Locally

Page last updated:

Page last updated:

Now start your application locally using the dotnet run command:

$ dotnet run

Project app (.NETCoreApp,Version=v1.0) will be compiled because expected outputs are missing
Compiling app for .NETCoreApp,Version=v1.0

Compilation succeeded.
    0 Warning(s)
    0 Error(s)

...

Open http://localhost:5000 with your web browser. You should see your app running locally.

To stop the app from running locally, in the shell terminal, press Ctrl+C to exit.

I can run my App locally
View the source for this page in GitHub