Creating a Blazor Project Locally
Explore how to create different types of Blazor projects locally using both IDE and command line interfaces. Understand how to set up basic, hosted, empty Blazor WebAssembly and Server applications, and build progressive web applications with proper configuration options.
There are two distinct Blazor application types: Blazor WebAssembly and Blazor Server. Moreover, there are multiple ways of configuring project templates for each of these application types. In this lesson, we will cover how to create each of the supported application types by using both the IDE user interface and the command line.
Creating a basic Blazor WebAssembly project
To create a basic stand-alone Blazor WebAssembly application from an IDE, we will choose the “Blazor “WebAssembly App” template. Then, we need to ensure that both the “ASP.NET ...