Presented at DotNetConf, this repo is still a WIP. This application demonstrates how you can wrap and deploy a JS app using .NET MAUI to ship to mutiple platforms outside of the web.
Inside this repo you will find two innner projects:
- OurWebApp is the Angular Application
- To serve, run
npm install
in the root and thenng serve
- To serve, run
- WRAPPERAPP is the .NET MAUI-Blazor Hybrid app that I modified to wrap OurWebApp
- To run, after installing dotnet and the workloads:
- Run
dotnet build -t:Run -f net6.0-maccatalyst WRAPPERAPP.csproj
to see it for Mac desktop on Mac - or try
dotnet build -t:Run -f net6.0-android WRAPPERAPP.csproj
for Android
- Run
- To run, after installing dotnet and the workloads: