install from here the latest .NET Core SDK (3.1.300 or later) https://dotnet.microsoft.com/download/dotnet-core/3.1
Run commands dotnet new blazorwasm
dotnet build
dotnet publish
dotnet run (to test locally)
| Name | Name | Last commit date | ||
|---|---|---|---|---|
install from here the latest .NET Core SDK (3.1.300 or later) https://dotnet.microsoft.com/download/dotnet-core/3.1
Run commands dotnet new blazorwasm
dotnet build
dotnet publish
dotnet run (to test locally)