Multiple Window Electron App
Electron apps seem classically one window, with one instance of a web application running. This is frustrating, even if you just want multiple instances of the same app running.
In my project, I wanted to easily open multiple instances similar to Visual Studio Code’s File ≫ New Window.
This example is based on Electron React Boilerplate as the initial project scaffolding.











