Course website for Autumn 2022 offering of CSE 510.
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.