Electron application boilerplate based on React, Redux, Redux DevTools, Webpack, Bootstrap.
$ git clone git@github.com:proshunsuke/my-electron-redux-boilerplate.git
$ cd my-electron-redux-boilerplate
$ bower install & npm installrun webpack dev server
$ npm run start-dev-serverand, in another terminal.
run electron
$ npm run start-devto build
$ npm run buildpackage your app using electron-packager
$ ./node_modules/.bin/electron-packager <sourcedir> <appname> --platform=<platform> --arch=<arch> --version=<version>see more detail https://github.com/maxogden/electron-packager
