by treewalkerlabs | Aug 6, 2018 | Electron, ES6, Javascript
What is Electron ? Electron is framework to develop the native desktop application for all major platforms (windows, Mac and Linux) using HTML , CSS and Javascript. How to Install Electron? To install Electron , we need to install nodejs and npm . To check if NodeJs...