Electron is GitHub’s cross platform desktop application development tool powered by Nodejs , CSS and HTML.
Electron Forge
What is Electron forge ? Electron Forge is a programmer’s tools to help create , build electron application quickly as possible.
First up all you need to Install Nodejs and then install electron forge from terminal
npm install create-electron-app -g
Now you are ready to use the tools.
Basic Electron Project Setup
Let’s create a project with basic structure which includes
- index.css
- index.html
- index.css
- package.json
- nodemodules
open your terminal and fire up
npm create-electron-app myapp
It will take some time to generate files and you are ready to first run npm start
For more information and guide have a look at Official Site


How to populate multiple MongoDB objects on the same path in express-node
How to populate multiple objects in MongoDB in the same path

How to populate selected fields in a mongo document path in expressjs
How to populate object in mongo doc at a specific path with specific fields