This is a companion repo for the Electron-v3 course on Frontend Masters.
Make sure you have Node.js v16 or newer, Git, and the Yarn package manager installed.
Run npm i -g yarn
to globally install Yarn
The following commands will install the repo dependencies and start the application.
npm i
npm start