27 Apr 2017
You’ll need to do a few things to properly import images in electron-react-boilerplate
First, create a directory under app/ to store your image files (e.g. app/img). Then drop your images in the folder.
Here’s the correct (and only!) way to import images correctly in electron-react-boilerplate: