...

/

Run the Blazor Server Application

Run the Blazor Server Application

Check if everything works as expected by running our basic Blazor Server application.

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:

...