Electron

Javascript am Desktop

https://www.electronjs.org/docs/tutorial/first-app

Installation

Um ein erstes App zum Laufen zu bringen ist es erforderlich

Anschließend kann begonnenen werden. Dazu werden auf der Windows-Konsole folgende Befehl ausgeführt:

# Clone the Quick Start repository
git clone https://github.com/electron/electron-quick-start

# Go into the repository
cd electron-quick-start

# Install the dependencies and run
npm install && npm start

Ein erstes App

Standalone Apps erstellen

Lernvideos

Editoren