How To Create Your First Cross-Platform Desktop Application with Electron on macOS
Electron is an open source framework for creating native applications with web technologies like JavaScript, HTML, and CSS. In this tutorial, you’ll first set up a project and install Electron. After that you’ll create your first hello world application using Electron and customize it. You’ll implement graceful window setup and create new windows for the application. After following all of these steps, you will have an Electron cross-platform desktop application on macOS.