Setting Up Your Dev Environment
Learn to install Node.js, npm, and other essential tools required for Electron development, ensuring your system is ready to build.
Welcome to Setup!
Building Electron apps starts with a solid setup. In this lesson you will install and verify the core tools your projects depend on.
Node.js: The Foundation
Node.js runs JavaScript outside the browser on Chrome's V8 engine. Electron leans on it for everything the main process does.
All lessons in this course
- What is Electron?
- Setting Up Your Dev Environment
- Your First Electron Application
- Understanding Electron's Architecture