Example 2 window configuration for Electron React Boilerplate

February 10, 2019 ยท View on GitHub

Provides a basic example of creating a second renderer window for an Electron React Boilerplate based app. The commit history describes the steps taken to add the second window and configure webpack etc.

Many of the details are also described in this issue.

Note: For this simple example tests etc have not been refactored to work with the with the new directory structure but this should be trivial.

erb-2windows