basic-electron-react-boilerplate
basic-electron-react-boilerplate copied to clipboard
Minimal and modern react+electron+webpack boilerplate
Hey. How can i change the title of the application ? It shows 'Webpack' in the electron window title. Hope you reply soon. Thanks
Hi, Finally I want to release my first version of the app. But I can't. I get the error: ``` CANNOT RUN WITH NODE 10.4.1 Electron Packager requires Node 4.0...
i want to packager for win32 x86, but it doesnt work, Error: Unsupported arch=x86
Cloning and then installing changes the `package-lock.json`, which is kind of a weird start.
everything was fine , and i managed to generate the build also. But the problem is , if i directly run the application ,it shows empty screen but when i...
ERROR in ./src/index.js Module build failed: SyntaxError: Unexpected token (11:16) 9 | 10 | // Now we can render our application into it > 11 | ReactDom.render(, document.getElementById('root')); | ^...
Hi Phillip, I really like your basic electron-react boilerplate, it's been working great for me in development. 'npm run dev' works fine for me, but I am getting the following...