Hopefully by now you have a solid starting point to build and code your Electron application. We have touched on many of the core features that most desktop applications require: native menus and dialogs, platform-specific installers, integration with the local file system, and more. The challenge is taking these features and integrating them in your actual application.
Understanding that Electron is built atop two separate systems, you should be able to isolate much of the Electron-specific code from ...