Skip to content

balena-io-experimental/electron-rpi-quick-start

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update: This project is no longer maintained - instead use resin-electronjs

Our friends at snappin.io have their own boilerplate that is actively maintained and used in production.

electron-rpi-quick-start

This fork of the electron-quick-start app was made to jumpstart any electron app development on the rasperrypi (or any resin.io supported device that has screen output). Resin.io allows you to easily deploy and manage your application across a fleet of devices making it a great fit for distributed electron app. You can read more about how resin.io works here

To Use

Follow this getting started guide to get your device connected to resin.io

Then clone this repository

git clone https://github.com/resin-io-projects/electron-rpi-quick-start && cd electron-rpi-quick-start

Add your resin.io applications remote endpoint

git remote add resin <username>@git.resin.io:<username>/<app-name>.git

Make sure your device has a screen attached. If you are using the Raspberry Pi 7” Touchscreen Display, follow the instructions here.

Finally, push your application to your device.

git push resin master

You can learn more about each of these components within the Quick Start Guide.

Learn more about Electron and its API in the documentation.

License MIT

About

A minimal Electron app on Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.3%
  • HTML 18.2%
  • Shell 9.5%