Creating Your First Blazor App
In this chapter, we will set up our development environment so that we can start developing Blazor apps. We will create our first Blazor app and go through the project structure.
By the end of this chapter, you will have a working development environment and have created a Blazor App that can run a mix of streaming server-side rendering, Blazor Server, and Blazor WebAssembly.
In this chapter, we will cover the following:
- Setting up your development environment
- Creating our first Blazor application
- Using the command line
- Figuring out the project structure