Published 2018-07-16 15:32 Tagged on nodejs electron Creating Desktop App With Electron - Assuming we have all set with nodejs and npm for creating a simple desktop project with electron. Now what we need, just to initiate a new project with the following command. ``` $ npm init ``` - Install electron with npm. All binary dependencies of electron will be preserved...