This is a desktop app that interactively and with sample code demonstrates core features of the 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
You'll need Node.js (v.12.x) and .NET Core SDK installed on your computer in order to start or build this app.
$ 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!