EnhWeb / electron.net-api-demos

Explore the Electron.NET APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Explore the Electron.NET APIs

License:MIT License


Languages

Language:HTML 64.5%Language:C# 19.9%Language:CSS 10.8%Language:JavaScript 3.4%Language:TypeScript 1.4%