uwcse440 / web-cse440-24au

0 stars 2 forks source link

web-cse440-24au

Course website for the Autumn 2024 offering of CSE 440.

Installation of System Dependencies

Building requires Node.js and the Yarn package manager.

Installation of Javascript Dependencies

Use Yarn to install the exact Javascript dependencies in yarn.lock.

yarn install

Yarn Commands

With all dependencies installed, use Yarn to list project commands:

yarn run

The most common project commands will be: