An open API service indexing awesome lists of open source software.

https://github.com/giansalex/electron-net-core

Electron Desktop Application + .NET Core 2
https://github.com/giansalex/electron-net-core

electron netcore2

Last synced: about 1 year ago
JSON representation

Electron Desktop Application + .NET Core 2

Awesome Lists containing this project

README

          

# Electron .NET (Sample)

Electron with .NET CORE 2.2

## Run
```
git clone https://github.com/giansalex/electron-net-core.git
cd electron-net-core
dotnet restore
dotnet tool install ElectronNET.CLI -g
electronize start
```