Your First Electron Application
Follow a step-by-step guide to create a basic 'Hello World' Electron application, covering the main and renderer process fundamentals.
Hello, Electron World!
Time to build your first Electron app — a simple desktop "Hello World." It introduces the core files that bring web tech to the desktop.
Setting Up Your Project
First, scaffold the project: make a folder, run npm init, then install Electron as a dev dependency. The commands are below.
All lessons in this course
- What is Electron?
- Setting Up Your Dev Environment
- Your First Electron Application
- Understanding Electron's Architecture