Electron tutorial app

November 3, 2018 ยท View on GitHub

Electron tutorial app

Electron tutorial app

An electron application for tutorials

Installation

This post contains installation instructions

Tutorials

#TopicDescription
01Hello world tutorialGet electron running on your computer
02Testing electron app on UbuntuSet up a VirtualBox virtual machine running Ubuntu and share app
03Electron app navigationAdd a left menu and make it load new sections
04Electron frameless windowA frameless window is a window that has no chrome, the parts of the window, like toolbars, that are not a part of the web page
05Electron white screen app startupThis post will cover how to fix the electron white screen app startup
06Electron app iconsAdding icons to the app
07Electron packager tutorialCreating packages for mac, windows and linux
08Electron menuAdding a main menu to your Electron app
09Electron localizationTranslating an Electron app
10Main process and Renderer process in ElectronA simple explanation
11IPCMain and IPCRendererCommunicating between main and renderer process
12Electron asarPackaging the app with asar
13DMG InstallerCreating a DMG-installer for macOS
14Windows installerCreating a windows installer with electron-winstaller
15Debian package installerCreate a debian package
16Update to latest Electron versionUpdate electron to the latest version using npm
17DialogsDisplay dialogs with electron, showOpenDialog, showErrorBox, showMessageBox, showSaveDialog
18Darkmode (macOS)Enable darkmode support on macOS with electron packager