Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bradystroud/mauiblazortemplate
- Owner: bradystroud
- License: mit
- Created: 2022-07-26T11:02:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T21:38:36.000Z (5 months ago)
- Last Synced: 2025-01-16T14:26:14.397Z (14 days ago)
- Topics: blazor, blazor-hybrid, blazor-webassembly, dotnet, maui, maui-blazor
- Language: C#
- Homepage: https://medium.com/@bradystroud/maui-blazor-template-84cb6b8db97
- Size: 1.08 MB
- Stars: 54
- Watchers: 3
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
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-84cb6b8db97Brady