Electron
Electron
Get started
Create a new project
1
npx create-electron-app@latest my-app
nodejs and npm must be installed
Run the app
1
2
cd my-app
npm start
Build the app
Build the app for your current platform
1
npm run make
This post is licensed under CC BY 4.0 by the author.