Blazor Server Template using MudBlazor
- Basic includes MudBlazor setup and Dark Theme
- Sql includes EF Core and SQL Server setup
- Main includes all the features
- Dark Theme
- Admin Role Seeding
- Admin User Seeding
- User Management Page
- Open a command prompt in the project folder.
dotnet tool install --global dotnet-efdotnet ef migrations add <NAME OF MIGRATION> --output-dir ./Data/Migrationsdotnet run- Open your browser to:
https://localhost:5001