Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/electronnet/electron.net-api-demos
Explore the Electron.NET APIs
https://github.com/electronnet/electron.net-api-demos
asp-net-core aspnet dotnet dotnet-core electron
Last synced: 3 days ago
JSON representation
Explore the Electron.NET APIs
- Host: GitHub
- URL: https://github.com/electronnet/electron.net-api-demos
- Owner: ElectronNET
- License: mit
- Created: 2017-10-27T21:26:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T22:33:30.000Z (8 months ago)
- Last Synced: 2024-12-20T21:12:17.813Z (5 days ago)
- Topics: asp-net-core, aspnet, dotnet, dotnet-core, electron
- Language: HTML
- Size: 3.41 MB
- Stars: 317
- Watchers: 21
- Forks: 80
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Electron.NET API Demos
This is a desktop app that interactively and with sample code demonstrates core features of the [Electron.NET](https://github.com/ElectronNET/Electron.NET) API. It's built with Electron, too, of course. This app works on Windows, macOS and Linux operating systems.
Use this app to see what you can do with Electron.NET and use the source code to learn how to create a basic Electron.NET app.
This Demo-App based on the [Electron API Demos](https://github.com/electron/electron-api-demos)![Image of Electron.NET API Demos App](https://github.com/ElectronNET/electron.net-api-demos/raw/master/screenshot.jpg)
---
## Using
You'll need [Node.js (v.12.x)](https://nodejs.org) and [.NET Core SDK](https://www.microsoft.com/net/download/core) installed on your computer in order to start or build this app.```bash
$ dotnet tool install --global ElectronNET.CLI
$ git clone https://github.com/ElectronNET/electron.net-api-demos.git
$ cd electron.net-api-demos
$ electronize start
```**Enjoy!**