Project templates for creating new applications with Avolutions Business Application Framework (BAF).
dotnet new install Avolutions.Baf.TemplatesCreate new Blazor app:
dotnet new baf-blazor -n MyAppApply BAF migrations:
dotnet ef migrations add AddBafTablesdotnet ef database updateStart the app.