Skip to content

TheDayIsMyEnemy/MudBlazorTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MudBlazorTemplate

Blazor Server Template using MudBlazor

Built With

Branches Content

  • Basic includes MudBlazor setup and Dark Theme
  • Sql includes EF Core and SQL Server setup
  • 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
  2. Download and install SQL Server

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 <NAME OF MIGRATION> --output-dir ./Data/Migrations
  4. dotnet run
  5. Open your browser to: https://localhost:5001