This useful boilerplate project uses Electron, React, Webpack, Babel and React Hot Loader (HMR).
- Electron 4
- Electron Builder
- React 16
- Webpack 4
- Babel 7
- Hot Module Replacement
git clone https://github.com/hamzaak/electron-react-webpack-boilerplate.git
- cd electron-react-webpack-boilerplate
- npm install
- npm start
To package the app fro windows platform:
npm run dist
MIT