0

Do anyone know of boiler plate template like https://github.com/siminture/fluentui-starter for blazor server? I am looking for something we can use both for mobile and desktop views in a single template.

Sam
  • 281
  • 5
  • 15

1 Answers1

1

There's this: https://github.com/enkodellc/blazorboilerplate

It supports both WASM and Server however it doesn't use Fluent UI but I would have thought it would be fairly simple to swap MudBlazor out for it with some slight changes to the code.

frijj2k
  • 161
  • 1
  • 6