illustration for Build a desktop application with Electron

Build a desktop application with Electron

Instructor

Cameron Nokes
59m
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.3
740
people completed
Bookmark
Download
RSS

Electron is a framework that makes it easy to create cross-platform desktop apps with JavaScript, HTML, and CSS. Electron and open-source tools give you everything you need to create a compelling desktop app--native user interface elements like menus and dialogs, installers, auto-updates, and more.

This course will teach you the core concepts of Electron so that you can leverage it to create your own desktop application for macOS and Windows.

We'll go over:

  • Creating user interfaces in Electron (both HTML based and native)
  • Understanding Electron's multi-process architecture
  • Shipping your app to users