Skip to content

Example project to get up and running with Electron Development quickly

License

Notifications You must be signed in to change notification settings

mattsoftware/electron_development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Example project to get up and running with Electron Development quickly

Resources

License

Stars

Watchers

Forks

Packages

No packages published