BlazorHealthApp icon indicating copy to clipboard operation
BlazorHealthApp copied to clipboard

Example application ported from Angular 2 to Blazor

Blazor Health App

Angular 2 Health App ported to Blazor 3.2.0-preview1.20073.1 to learn how Blazor works.

Free Azure Account Get your Free Azure Account

Screenshot

👀 See the running app here

Read the full blog post: From Angular to Blazor: The Health App

  1. Navigate to the parent folder you would like to put the project in.
  2. git clone https://github.com/JeremyLikness/BlazorHealthApp.git
  3. Open the BlazorHealthApp.sln in Visual Studio 2017 or later
  4. Compile/launch

@JeremyLikness