Course website for Winter 2024 offering of CSE 440.
Requires Node.js and the Yarn package manager.
-
Installers: https://nodejs.org/en/download/
Development has used version 20.x.
This could be enforced through addition ofengines
topackage.json
. -
npm install --global yarn
yarn install
Install dependencies from yarn.lock
.
yarn run
List available commands.
yarn dev
Serve a debug build on http://localhost:3000
, with hot reloading.
yarn export
Build a production bundle and create static deployment files in dist
.
yarn format
Apply code formatting.