React Hot Loader got deprecated! Use e.g. electron-react-boilerplate instead of this.
Based on electron-quick-start (read their README as well if you're new to Electron), this repo provides a very basic React Hot Loader setup.
Presentation is quite rough around the edges, since there is no styling whatsoever but it works well. 😉
- babel configuration
- webpack configurations for development/production
- webpack-dev-middleware and webpack-hot-middleware in the server-side part of the app
- React dev tools for Electron via electron-devtools-installer
- Example React components to experiment with
- .editorconfig
- Download or clone this repository
- Install the dependencies
- Run
yarn start:dev
for development,yarn start
for production