Building Electron Applications

Building Electron Applications

English | MP4 | AVC 1920×1080 | AAC 44KHz 2ch | 2h 36m | 370 MB

Build your electron application and add features to it

In this course, you will learn how to effectively apply your web development skills to the desktop paradigm, so you can get your desktop idea to market without any friction.

The web platform is rapidly evolving, however there are plenty of applications that need more than what a web browser can offer. Electron is a popular open source framework that allows you to build desktop applications using the skills you already possess as a front-end developer.

Electron is by far the easiest and fastest way to develop high quality cross-platform desktop applications. This course covers everything you need to know about the Electron framework, but most importantly, how to effectively translate your web front-end skills to the desktop paradigm.

This course is a step –by- step approach on the major features of the Electron framework, and how you can use it to accelerate the development of your desktop applications

What You Will Learn

  • Learn in which cases Electron makes sense
  • Build Electron applications
  • Test Electron Applications
  • Debug Electron applications
  • Create high quality desktop experiences using web technologies
  • Learn how Electron works
Table of Contents

01 The Course Overview
02 What is Electron
03 Why Would You Like to Develop an Electron Application
04 How Electron Development Differs from Traditional SPAs
05 Electron Hello World
06 Electron BrowserWindow
07 Children Windows
08 Electron Dialogs
09 Electron Menus
10 Electron Tray
11 Electron Notifications
12 Window Progress Bars
13 Desktop Specific Styles
14 File Protocols
15 Clipboard
16 Shell
17 Elevation
18 Keyboard Shortcuts
19 Storing Settings and Misc Files
20 Unit Testing with Electron-Mocha
21 Integration Testing with Spectron
22 Set Up a Cross Platform Manual Testing Environment
23 Electron Crash Reporter
24 Introduction to Electron DevTools
25 The Electron Architecture
26 The Electron IPC
27 Electron vs NW.js
28 How to Build Electron