electron-edge-js-quick-start
September 17, 2024 ยท View on GitHub
electron-edge-js-quick-start
- Install dependencies
npm install - Build dotnet project
dotnet build src/QuickStart.sln - To run the app using .NET Core use
npm start - To run the app using .NET Standard use
npm run start:standard npm run make