Tag Archives: Electron

electron

Create MacOS, Windows and Linux cross-platform applications with Electron packager.

I will use the example from my tutorial. Install electron-packager:

You need to add and modify the scripts below into your package.json:

You can create these folders: assets, icons, win, mac and png, see:

You need one icon file with this extension .png, .ico and .icns for each folder. You can find… Read More »

Build an Electron App with node.js .

In this tutorial, I will show you how to build an application with electron and node.js. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS and you can build cross-platform desktop applications free. The official website can be found here. Download node.js and install on your operating system.… Read More »