Skip to content

Electron quick start using `electron-edge-js` module on .NET Core 2.0

License

Notifications You must be signed in to change notification settings

ArticySoftware/electron-edge-js-quick-start

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-edge-js-quick-start

  1. Install dependencies npm install or yarn
  2. Build electron-edge-js via npm run rebuild:debug or yarn rebuild:debug // or :release
  3. Build src\QuickStart.sln using Visual Studio 2019 or JetBrains Rider or run dotnet build src/QuickStart.sln
  4. Ensure NODE_ENV is set to development when using a debug build (use $env:NODE_ENV = 'development' in powershell)
  5. To run the app using .NET 5 use npm start or npm run start:core

About

Electron quick start using `electron-edge-js` module on .NET Core 2.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.2%
  • C# 34.4%
  • HTML 17.6%
  • CSS 6.8%