A repo with samples for the "from Backend to Full stack" session
- Create new Blazor Project (ASP.NET Core - server side)
- Run/debug the project
- Project should work
- All details on Mudblazor website
- Install
MudBlazor
nuget package - Add scripts & font references to
_Host.cshtml
- Inject services with
builder.Services.AddMudServices();
dotnet watch build -t:Run -f:net7.0-ios -p:_DeviceName=:v2:udid=F80E4473-EE76-456E-B9E8-3C06CC1BD6E8
npx cypress open