Proof of concept to run C# from Electron for Paranext
To run:
- Install Node dependencies with
npm install - [First time running] Run
npm start(or launch 'Build sln and Debug' in VS Code) to build the QuickStart.sln and run the Electron app - [After the first run] Run
npm run start:core(or launch 'Debug Electron App (Fast)' or 'Debug Electron App (Full Log)' in VS Code) to run the Electron app without building the QuickStart.sln
From Quick start for electron-edge-js https://github.com/agracio/electron-edge-js
- Install dependencies
npm install - Build
src\QuickStart.slnusing Visual Studio 2017 or JetBrains Rider or rundotnet build src/QuickStart.sln - To run the app using .NET Core use
npm startornpm run start:core To run the app using .NET Standard usenpm run start:standard