Create blazor project

Create blazor project


1. Open  Visual Studio 2019.
2. Create a new project.
3. Select Blazor App. Select Next.
4. Provide a project name in the Project name field or accept the default project name. Confirm the Location entry is correct or provide a location for the project. Select Create.
5. For a Blazor WebAssembly experience, choose the Blazor WebAssembly App template. For a Blazor Server experience, choose the Blazor Server App template. Select Create. For information on the two Blazor hosting models, Blazor Server and Blazor WebAssembly.
6. Press Ctrl+F5 to run the app.

Post a Comment

Previous Post Next Post