article

Showing posts with label Electron JS. Show all posts
Showing posts with label Electron JS. Show all posts

Thursday, September 29, 2022

How to Install Electron JS - Desktop GUI Application

How to Install Electron JS - Desktop GUI Application

Build cross-platform desktop apps with JavaScript, HTML, and CSS
https://www.electronjs.org/

https://github.com/electron/electron-quick-start
# Clone this repository
git clone https://github.com/electron/electron-quick-start
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm start

Related Post