Quick start for electron-edge-js
https://github.com/agracio/electron-edge-js
- 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