Boilerplate for a project using Electron and React.
Use a package manager of your choice (npm, yarn, etc.) in order to install all dependencies
$ npm installJust run start script.
$ npm run startTo generate the project package, just run:
$ npm run electron:buildPull requests are always welcome 😃.