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