This is a solution template for creating a Blazor WebAssembly application hosted on ASP.NET Core using Nuv Tools Framework and following the principles of Clean Architecture. Thanks Jason Taylor (https://github.com/jasontaylordev) for the base template.
The solution template requires the latest version of .NET 7 SDK.
Install the project template:
dotnet new install NuvTools.Template.Blazor
Create a new app:
dotnet new nuvtools-blazor-sln --output NameYouChoose