Frontend Masters

Clipmaster 9000

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

npm i
npm start