• Stars
    star
    312
  • Rank 134,133 (Top 3 %)
  • Language
    HTML
  • License
    MIT License
  • Created about 7 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Explore the Electron.NET APIs

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

Image of Electron.NET API Demos App


Using

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!