electron example Minimal example of electron app install npm init -y npm install electron --save-dev run npm start