Reviewing the Blazor WebAssembly Project Template
Learn about creating a Blazor WebAssembly project, highlighting project structure, deployment choices, and code similarities and differences with Blazor Server.
Creating Blazor WebAssembly project
Now we will create a Blazor WebAssembly project.
Step 1: Use the preferred code editor to open the PracticalApps solution or workspace and then add a new project, as defined in the following list:
Project template:
Blazor WebAssembly ApporblazorwasmProject file and folder:
Northwind.BlazorWasmdotnet new switches:
--pwa --hostedWorkspace/solution file and folder:
PracticalAppsAuthentication Type:
NoneConfigure for HTTPS:
CheckedASP.NET Core hosted:
CheckedProgressive Web Application:
Checked
While reviewing the generated folders and files, note that three projects are generated, as described in the following list: