DanteDeRuwe / boardgamestore-blazor-microfrontends

A demo e-commerce application showing the capabilities of microfrontends with Blazor

Home Page:https://boardgamestore.deruwe.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BoardgameStore: Microfrontends & Blazor!

A proof-of-concept e-commerce application for showing the capabilities of the microfrontend architecture within Blazor. It is using a ".NET all the way" approach.

This is used in my talk about microfrontends with Blazor.

It is also a fork of the code used for my bachelor thesis "Enabling the distributed development of Blazor based web applications using a Microfrontend architecture" which can be read here.

This code consists roughly of 3 parts

  1. appshell
  2. microfrontends
    • order
    • discover
  3. microfrontend framework

Overview of the architecture

About

A demo e-commerce application showing the capabilities of microfrontends with Blazor

https://boardgamestore.deruwe.me/

License:MIT License


Languages

Language:C# 47.5%Language:HTML 41.7%Language:CSS 10.8%