Node.js installation (Important) To install Node.js on your computer, go to this link and download it as LTS or Current. Download Nodejs
Yes, now. I assume you have installed Node.js and next step you will do is download this code repository from GitHub and open it in any code editor app then open Terminal on this code repository and type npm install It will install all @Electron's packages
npm install
Type npm start on the terminal and wait... A window will open soon and an application will turn your html codes into an application. Browser Window–Electron.
npm start