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 install
Just run start
script.
$ npm run start
To generate the project package, just run:
$ npm run electron:build
Pull requests are always welcome 😃.