Summary
In this chapter, we got the development environment up and running, and we created our first Blazor app. We learned in what order classes, components, and layouts are called, making it easier to follow the code.
In the next chapter, we will take a break from Blazor to look at managing state and set up a repository to store our blog posts.