Skip to content

alyssamichelle/Upgrade-JS-App-with-MAUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Upgrade-JS-App-with-MAUI

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 then ng serve
  • 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

image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published