Course website for Winter 2023 offering of CSE 440.
Requires Node.js and the Yarn package manager.
-
Installers: https://nodejs.org/en/download/
Development has used version 16.x.
-
npm install --global yarn
yarn install
Install dependencies from yarn.lock
.
yarn dev_serve
Serve a debug build on http://127.0.0.1:3000
, with hot reloading.
yarn prod_build
Build a production bundle and create static deployment files in dist
.