/blazor-tour-of-heroes

The Angular Tour of Heroes tutorial, but done using Blazor instead

Primary LanguageC#MIT LicenseMIT

Blazor Tour of Heroes

Build Status

The Angular Tour of Heroes tutorial, but done using Blazor instead. Largely built as an opportunity to learn server-side Blazor with a Redux style state management system.

Heroes screenshot

Running this project

You'll want the latest version of the .NET Core SDK.

To run the app from the command line: dotnet run --project src/TourOfHeroes.Web.

The tests can also be ran from the command line: dotnet test.

Tech stack