Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T20:09:10.000Z (about 2 months ago)
- Last Synced: 2024-10-16T06:17:41.935Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 59.6 KB
- Stars: 39
- Watchers: 4
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- 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`