...

/

Creating a Custom Blazor WebAssembly Project Template

Creating a Custom Blazor WebAssembly Project Template

Learn how to create a custom Blazor WebAssembly template.

As we have seen, the Demo Blazor WebAssembly project created by the Blazor WebAssembly App project template includes quite a few files. In later chapters, we will want to start with an empty Blazor project. So, we will create our own project template that creates an empty Blazor WebAssembly project.

Creating an empty Blazor

...