Skip to content

Getting started

Not a dotnet new template

There is no dotnet new short name. Clone/copy the repository and run it directly.

Prerequisites

  • .NET 9 or .NET 10 SDK (multi-targeted), Node.js + npm

Build and run

npm install
npm run build:css
dotnet run --project src/ConnectSoft.Blazor.Mfe.Identity.AdminTemplate

The app starts as a Blazor Server host. Sign in via /login, then manage users, roles, and claims. With default settings, data comes from the in-memory stub store.

Run the sample shell

dotnet run --project samples/ConnectSoft.Blazor.Mfe.Identity.AdminTemplate.Shell

Test

dotnet test    # bUnit unit tests + WireMock.Net integration tests

See also