Reactron by @midoghranek
A starter repo for creating native desktop app using create-react-app and electron.js
To get started
$ git clone https://github.com/midoghranek/reactron get-started-with-reactron
$ npm install
$ cd get-started-with-reactron
$ npm startnpm start will start the Electron app and the React app at the same time.
npm run build will build the React app and package it along the Electron app.