# electron.net-api-demos **Repository Path**: menghaoji/electron.net-api-demos ## Basic Information - **Project Name**: electron.net-api-demos - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-07 - **Last Updated**: 2023-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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!**