- Install dependencies
npm install
oryarn
- Build electron-edge-js via
npm run rebuild:debug
oryarn rebuild:debug
// or:release
- Build
src\QuickStart.sln
using Visual Studio 2019 or JetBrains Rider or rundotnet build src/QuickStart.sln
- Ensure
NODE_ENV
is set todevelopment
when using a debug build (use$env:NODE_ENV = 'development'
in powershell) - To run the app using .NET 5 use
npm start
ornpm run start:core
forked from Hammster/electron-edge-js-quick-start
-
Notifications
You must be signed in to change notification settings - Fork 1
Electron quick start using `electron-edge-js` module on .NET Core 2.0
License
ArticySoftware/electron-edge-js-quick-start
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Electron quick start using `electron-edge-js` module on .NET Core 2.0
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 41.2%
- C# 34.4%
- HTML 17.6%
- CSS 6.8%