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: 3 months ago
JSON representation

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

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`