Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 343 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 343 Bytes

Quick start for electron-edge-js https://github.com/agracio/electron-edge-js

electron-edge-js-quick-start

  1. Install dependencies npm install
  2. Build dotnet project dotnet build src/QuickStart.sln
  3. To run the app using .NET Core use npm start
  4. To run the app using .NET Standard use npm run start:standard