How to debug and run
For all VsCode Users everything is setup. You just need to execute the run debug profile.
But what happens?
- The commander is build
>dotnet build ./commander/commander.csproj - The commander starts
>dotnet run --project ./commander - The front Angular app gets builded
>npm run build --prefix ./front - Electron Starts
>./front/node_modules/.bin/electron ./front