A simple boilerplate for the Electron + React + Redux architecture. This boilerplate is intended to be used as a starting point for a new electron project for a developer with existing knowledge.
First of all we need to clone the repo with the command:
$ git clone git@github.com:punch92/ElectronReactRedux-Boilerplate.gitThen install dependencies with
$ npm iNow the environment is ready.
Run this two commands simultaneously in different console tabs for the transpiling of jsx and less and to start Electron
$ npm run dev # watch for changes
$ npm run start # start electron