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
- Host: GitHub
- URL: https://github.com/giansalex/electron-net-core
- Owner: giansalex
- Created: 2017-11-13T02:11:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-23T03:19:51.000Z (about 7 years ago)
- Last Synced: 2025-02-13T05:44:00.982Z (over 1 year ago)
- Topics: electron, netcore2
- Language: HTML
- Homepage:
- Size: 508 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```