https://github.com/thedayismyenemy/mudblazortemplate
Blazor server template
https://github.com/thedayismyenemy/mudblazortemplate
blazor-server blazor-template mudblazor-template
Last synced: 3 months ago
JSON representation
Blazor server template
- Host: GitHub
- URL: https://github.com/thedayismyenemy/mudblazortemplate
- Owner: TheDayIsMyEnemy
- Created: 2022-06-21T03:26:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T21:25:02.000Z (over 2 years ago)
- Last Synced: 2025-01-05T22:26:49.653Z (5 months ago)
- Topics: blazor-server, blazor-template, mudblazor-template
- Language: C#
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MudBlazorTemplate
Blazor Server Template using MudBlazor### Built With
- [.NET 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
- [Blazor Server](https://learn.microsoft.com/en-us/aspnet/core/blazor/?view=aspnetcore-6.0#blazor-server)
- [Entity Framework Core](https://learn.microsoft.com/en-us/ef/core)
- [SQL Server](https://www.microsoft.com/en-us/sql-server/sql-server-downloads)
- [MudBlazor](https://mudblazor.com)### Branches Content
- [Basic](https://github.com/TheDayIsMyEnemy/MudBlazorTemplate/tree/basic) includes MudBlazor setup and Dark Theme
- [Sql](https://github.com/TheDayIsMyEnemy/MudBlazorTemplate/tree/sql) includes EF Core and SQL Server setup
- [Main](https://github.com/TheDayIsMyEnemy/MudBlazorTemplate/tree/main) includes all the features### Features
- Dark Theme
- Admin Role Seeding
- Admin User Seeding
- User Management Page### Installation
1. [Download and install the .NET Core SDK](https://dotnet.microsoft.com/download)
2. [Download and install SQL Server](https://go.microsoft.com/fwlink/p/?linkid=866662)### How to run locally
1. Open a command prompt in the project folder.
2. `dotnet tool install --global dotnet-ef`
3. `dotnet ef migrations add --output-dir ./Data/Migrations`
4. `dotnet run`
5. Open your browser to: `https://localhost:5001`