http://hisasann.github.io/2015/12/08/electron-react-redux-boilerplate/
set up the necessary files.
npm i
and
bower i
and
bundle install --path vendor/bundle
run a web
npm run local
run a electron
npm run electron
if you want to release build.
npm run product
Please enter the following URL to launch the browser.
http://localhost:4567/
├── gulp
│ └── tasks
├── node_modules
├── build
│ ├── images
│ ├── javascripts
│ └── stylesheets
├── source
│ ├── javascripts
│ └── stylesheets
└── vendor
└── ruby modules
enjoy!