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 ofenginestopackage.json. -
npm install --global yarn
yarn installInstall dependencies from yarn.lock.
yarn runList available commands.
yarn devServe a debug build on http://localhost:3000, with hot reloading.
yarn exportBuild a production bundle and create static deployment files in dist.
yarn formatApply code formatting.