DivanVanZyl / BlazorWasmTemplate

This is my template for creating Blazor WASM Websites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlazorWasmTemplate

To run EF Initial migration

(Navigate to Server folder)

dotnet ef migrations add InitialCreate --context DataContext

dotnet ef database update --context DataContext

About

This is my template for creating Blazor WASM Websites


Languages

Language:C# 52.3%Language:HTML 31.8%Language:CSS 15.9%