Run the Blazor WebAssembly Application
Learn to launch, browse, navigate, and interact with the Blazor WebAssembly application.
We’ll run our basic Blazor WebAssembly application based on the standard .NET project template to make sure that everything works as expected.
Launch the application
Let’s move to the MyBlazorWasmApp
folder and type the following command in our terminal window:
dotnet run --project Server
Heads up for Mac users!
If you’re using a Mac, you may be affected by an issue when running an ASP.NET Core application through the .NET CLI. The following window may appear repeatedly: