Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# 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](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!**