Completed
- Test Production Mode
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Create a Desktop App With JavaScript & Electron
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Resources
- 3 - Setup & Install Dependencies
- 4 - Create Main Window
- 5 - Common Boilerplate
- 6 - Show Devtools
- 7 - Using Electronmon
- 8 - Adding the UI Theme
- 9 - Content Security Policy
- 10 - Menu Customization
- 11 - Menu Roles
- 12 - About Window
- 13 - Start Renderer JS / Load Image
- 14 - Get Original Dimensions
- 15 - Using Preload
- 16 - Show Output Path
- 17 - Toastify Alerts
- 18 - Form Submit Handler
- 19 - IPC Renderer Send
- 20 - IPC Main Recieve
- 21 - Resize Image
- 22 - Catch Message In Renderer
- 23 - Make mainWindow Global
- 24 - Test Production Mode