https://github.com/agracio/electron-edge-js-quick-start
Electron quick start using `electron-edge-js` module on .NET Core
https://github.com/agracio/electron-edge-js-quick-start
Last synced: 3 months ago
JSON representation
Electron quick start using `electron-edge-js` module on .NET Core
- Host: GitHub
- URL: https://github.com/agracio/electron-edge-js-quick-start
- Owner: agracio
- License: mit
- Created: 2017-12-18T20:04:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-23T13:46:34.000Z (5 months ago)
- Last Synced: 2025-03-27T01:12:46.202Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 42
- Watchers: 3
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## 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`