by treewalkerlabs | August 6, 2018 | Electron, ES6, Javascript | 0 Comments
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...