Relative Content

Tag Archive for reactjselectronelectron-builder

Blank screen after building with electron-builder

I converted my React app into an Electron app so that I can run the application as a executable. I can run the application no problem in development, but when I build the app using electron-builder and try to run the executable, all that shows is a blank screen. Is this a common error that people run into if so how do I fix it? Also I am not using react-router-dom in my react project nor am I doing any routing to other pages, it is a single page application.