georgemathieson / blazor-tour-of-heroes

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blazor Tour of Heroes

.NET Core

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.

🚀 Running the app locally

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

The simplest way to get started is to use Visual Studio to run the project. Be sure to set your startup project to TourOfHeroes.Web.

You can run using the command line:

dotnet run --project src/TourOfHeroes.Web.

The tests can also be run this way:

dotnet test

😎 Credits

About

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

License:MIT License


Languages

Language:C# 83.3%Language:HTML 12.9%Language:CSS 3.3%Language:Dockerfile 0.5%