To start of the project we should create a .NET 9 Blazor application existing of the following parts
- A solution folder containing a
.gitignore, Directory.Packages.props, Directory.Build.props, and a README.md
- A directory for the base project:
<root>/src/bundles
- A client project which is a MudBlazor template project
- A server project which is an Api project.