Skip to content

milkyway044/reactron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unform

Yet another Electron + React boilerplate.


Overview

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

License

MIT

About

A tiny Electron + React boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.3%
  • CSS 32.5%
  • HTML 13.2%