Boilerplate app for Electron with React
You'll need to have Node.js to get started.
$ git clone https://github.com/hahoocn/react-electron-boilerplate.git
$ npm install
$ npm run start:hot
$ npm run start:dev
or run two servers with one command
$ npm run dev
After waiting for the webpack package, refresh the program
We used Electron DevTools Installer and Redux DevTools Extension
$ npm run build
$ npm run start
$ npm run package-mac
$ npm run package-win
package.json to modify the package configuration.
Packaged file output to the release folder
$ npm run clean
$ npm run clean:release