Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bradystroud/mauiblazortemplate

Template for MAUI Blazor Applications
https://github.com/bradystroud/mauiblazortemplate

blazor blazor-hybrid blazor-webassembly dotnet maui maui-blazor

Last synced: 7 days ago
JSON representation

Template for MAUI Blazor Applications

Awesome Lists containing this project

README

        

[![Gitmoji](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square)](https://gitmoji.dev)
[![Build and deploy - Blazor](https://github.com/bradystroud/MauiBlazorTemplate/actions/workflows/deploy-blazor.yml/badge.svg?branch=main)](https://github.com/bradystroud/MauiBlazorTemplate/actions/workflows/deploy-blazor.yml)
[![Build and deploy - API](https://github.com/bradystroud/MauiBlazorTemplate/actions/workflows/deploy-webapi.yml/badge.svg?branch=main)](https://github.com/bradystroud/MauiBlazorTemplate/actions/workflows/deploy-webapi.yml)
[![Build - MAUI apps](https://github.com/bradystroud/MauiBlazorTemplate/actions/workflows/build-maui.yml/badge.svg?branch=main)](https://github.com/bradystroud/MauiBlazorTemplate/actions/workflows/build-maui.yml)

# Maui + Blazor Solution Template
Template for MAUI Blazor Applications.

Contains the basic solution structure needed to build an app that can run on the web, mobile and desktop.
I will continue to build and improve this template, so feedback welcome 😊

## 🏛 Solution structure
```
📦 MauiBlazor.sln
┣ 📂 src
┣ 📂 MauiBlazor.UI
┣ 📂 MauiBlazor.UI.Core
┣ 📂 MauiBlazor.UI.Mobile
┣ 📂 MauiBlazor.UI.Web
┣ 📂 MauiBlazor.Shared
┣ 📂 MauiBlazor.WebApi
```

Currently there is no template to automatically kick you off and have a single UI that can be used on a website and a MAUI app.
I hope to save developers a ton of work.
Check out my blog where I dive a bit deeper into the purpose of each project https://medium.com/@bradystroud/maui-blazor-template-84cb6b8db97

Brady