Search⌘ K
AI Features

Run the Blazor Server Application

Launch and explore your Blazor Server application by running it via the .NET CLI. Understand how to navigate its built-in features, troubleshoot common Mac issues, and prepare the app for Auth0 authentication integration. This lesson helps you verify your setup is working correctly and familiarize yourself with the app before adding security layers.

We just scaffolded our basic Blazor Server application using the standard .NET project template.

Launch the application

Let’s make sure that everything works as expected so far. First, let’s move to the MyBlazorServerApp folder and type the following command in our terminal window:

dotnet run

Heads up for Mac users!

Mac users may be affected by an issue when running an ASP.NET Core application through the .NET CLI. The following window may appear repeatedly:

...