Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 326 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 326 Bytes

electron-edge-js-quick-start

  1. Install dependencies npm install
  2. Build src\QuickStart.sln using Visual Studio 2017 or JetBrains Rider or run dotnet build src/QuickStart.sln
  3. To run the app using .NET Core use npm start or npm run start:core
  4. To run the app using .NET Standard use npm run start:standard