Reactron is a tiny Electron project configured to work with React as the frontend. The project has just the necessary to start a new app.
Installation
$ npm install
Developing
$ npm start
The backend and frontend code should be separated.
public
folder for the backend.
src
folder for the frontend.
Windows
$ npm run dist:win
Linux
$ npm run dist:linux
Mac
$ npm run dist:mac