Project templates for creating new applications with Avolutions Business Application Framework (BAF).
dotnet new install Avolutions.Baf.Templates
Create new Blazor app:
dotnet new baf-blazor -n MyApp
Apply BAF migrations:
dotnet ef migrations add AddBafTables
dotnet ef database update
Start the app.