cd web
yarn
yarn build
dotnet build
Copy web/dist/index.html to bin/debug/<platform>/web/
Run Launch Edge
configuration to launch the application and debug web
Then (optionally) run .NET Core Attach
configuration to attach C# debugger
TBD
- Remove need to manually copy web distributables
- Determine publishing methodology
- Investigate limitations of single-file HTML