Boilerplate linking electron with create-react-app.
Many things were shamelessly copied from here. See this article for very good background information.
Run tests:
npm test
Run in dev mode:
npm run electron-dev
Build:
npm run build
Package:
npm run electron-pack
Copyright 2017, Matthias Munder.
Licensed under the MIT license.