FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

rstropek/BlazorHeroTutorial: Angular's Heroes tutorial implemented using Blazor · GitHub

Repository files navigation

Tour of Heroes - Blazor Demo

This project aims to give some insights into how both server side (with signal r) and client side (with web assembly) blazor can be used to write applications.

Prerequisites

Run the demo

  • Open Solution file
  • Run HeroesApi plus either HeroesServer or HeroesWasm

Replay demo

  • Follow the instructions in storyboard.md

Docker

  • You can also deploy the application to Docker using the following commands:
docker-compose build
docker-compose up --remove-orphans
  • For some details about Docker usage have a look at the appendix in storyboard.md

Licence

This project is based on the Angular "Tour of Heroes" tutorial (https://angular.io/tutorial).

The code and its licence can be found at: https://github.com/angular/angular/blob/master/aio/content/license.md

About

Angular's Heroes tutorial implemented using Blazor

Resources

Stars

14 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL