/reactron

A tiny Electron + React boilerplate

Primary LanguageJavaScriptMIT LicenseMIT

Unform

Yet another Electron + React boilerplate.


Overview

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.

Getting Started

Installation

$ npm install

Developing

$ npm start

Important

The backend and frontend code should 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

License

MIT