Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 633 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 633 Bytes

Electron React SerialPort Boilerplate

Installation

  • use this template in a new repository
  • git clone https://github.com/you/your_repo.git
  • cd your_repo
  • yarn install

Note: Before connecting your device, change the input in main/device/my_device.js to use the serialnumber and LED on/off commands

See my device tutorial here

  • yarn start

Packing for distribution

To package the app from windows platform:

  • yarn dist

TODO

  • Add cross platform installer scripts
  • re-build React Front-End
  • Add finished DeviceManager
  • Add instructions

About

CC0 1.0 (Public Domain)