Basic Electron Getting Started
https://nodejs.org/en/download/
npm install -g electron
If that command fails with an EACCESS error you may have to run it again with sudo
sudo npm install -g electron
Clone This Project To Get Started with Your BAsic Electron Project Boiler Template.
git clone https://github.com/omkar-dev/Electron-101.git
cd Electron-101
npm init
npm install
npm start