Create an Electron and React Boilerplate
Electron lets you build desktop apps using web stuff — like JavaScript, HTML, and CSS. It works by bundling a web browser (Chromium) and some behind-the-scenes tools (Node.js) into your app. That way, you only need to write your code once, and it’ll run on Windows, Mac, and Linux.