Install dependencies.
$ npm install
npm run hot-dev-server
npm run start-hot
Please make sure you have a
electron
environment variable which is linked to your Electron binary in your terminal. Otherwise you should refer Run your app document for run this on your computer.
npm run package
Based on electron-react-boilerplate.