/electron.net-api-demos

Explore the Electron.NET APIs

Primary LanguageHTMLMIT LicenseMIT

Electron.NET API Demos icon Electron.NET API Demos

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


Using

You'll need Node.js (v.8.x) and .NET Core SDK installed on your computer in order to start or build this app.

$ git clone https://github.com/ElectronNET/electron.net-api-demos.git
$ cd electron.net-api-demos
$ cd ElectronNET-API-Demos
$ dotnet restore
$ dotnet electronize start

Enjoy!