erb-second-renderer-window-example

Mostly this example refactored (only slightly) for ERB v2.

An example of using a second window and renderer process with Electron React Boilerplate

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