What Electron Is
Electron packages Chromium with Node.js into a single runtime. You write your app in HTML, CSS, and JavaScript and ship it as a native desktop executable for Windows, macOS, and Linux. VS Code, Slack, Figma's desktop client — all Electron.
The Three Core Files
my-electron-app/
├── index.html ← the UI rendered in the app window






