Example project to get up and running with Electron Development quickly
NOTE: For the moment the binaries are built for the Raspberry Pi
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.