Frontend Masters

Firesale

This is a companion repo for the Electron-v3 course on Frontend Masters.

Setup

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 Firesale application.

npm i
npm start