Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.02 KB

File metadata and controls

37 lines (22 loc) · 1.02 KB

FEW 2.4 Class 3 - Desktop Apps with Electron

Learning Objectives

  1. Define use cases for desktop applications
  2. Define Electron
  3. Create an Electron project with React
  4. Build a Desktop application with Electron

Initial Exercise

  • What is Electron?
    • Who is using Electron?
    • Why use a Electron?

Getting started with Electron

  • Getting started with Electron

Build an Electron App

  • Wrap the Clicker Game in an Electron app

After Class

The goal this week is to build an Electron app. Take the tutorial project or a project that you have created with React and build an Electron app with it.

You have one week to work on this. Scope conservatively.

Choose a React App you have created, this can be one of the tutorial projects, and make an Electron with it.

Additional Resources