Simple starter for Electron app using React and Webpack boilerplate
git clone
template into directory and cd electron-react-template
Install dependencies npm install
Run Webpack Dev Server to start React app npm run start
To run the React app in the electron window, in a separate terminal window,
Run npm run electron-start
React app will now run inside an Electron browser window.