0Pricing
Electron Desktop App Development · Lesson

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

  1. What is Electron?
  2. Setting Up Your Dev Environment
  3. Your First Electron Application
  4. Understanding Electron's Architecture
← Back to Electron Desktop App Development