Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 814 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 814 Bytes

electron_development

Example project to get up and running with Electron Development quickly

NOTE: For the moment the binaries are built for the Raspberry Pi

Environment Variables

Run this executable with the following Environment Variables set...

ELECTRON_START_URL
The URL for a webpack dev server (for example) that will serve the content for the app.
ELECTRON_KIOSK
Set this environment variable to 1 to show full screen without title.
ELECTRON_WIDTH
The width of the window to display (incompatible with ELECTRON_KIOSK).
ELECTRON_HEIGHT
The height of the window to display (incompatible with ELECTRON_KIOSK).
ELECTRON_DEV_TOOLS
Display the dev tools window.