Sample Blazor application in Electron
Just simple example running Blazor in Electron
Its currently just using a loopback listen server to make the routing easy.
npm install
npm start
to package for win:
npm run package-win
to package for mac:
npm run package-mac