Electron: Cross-platform Desktop application development library based on node.js and Chromium engine.
Electron is an open source library developed by Github for building cross-platform desktop applications with HTML, CSS and Javascript. Electron accomplishes this by combining Chromium and Node.js into a single runtime and apps can be packaged for Mac, Windows, and Linux.
Install and Run Electron sample app
Note: Git and node.js must be installed on your machine to start with Electron.
For Linux, follow these steps: -
Electron tutorial:
https://electron.atom.io/docs/tutorial/quick-start/
https://www.toptal.com/javascript/electron-cross-platform-desktop-apps-easy
https://www.tutorialspoint.com/electron/index.htm
Install and Run Electron sample app
Note: Git and node.js must be installed on your machine to start with Electron.
For Linux, follow these steps: -
# Clone the 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
Electron tutorial:
https://electron.atom.io/docs/tutorial/quick-start/
https://www.toptal.com/javascript/electron-cross-platform-desktop-apps-easy
https://www.tutorialspoint.com/electron/index.htm
This article is a gem! I appreciate the detailed research you put into it. It’s refreshing to see such thoroughness!
ReplyDelete