uwcse510 / web-cse510-22au

0 stars 2 forks source link

web-cse510-22au

Course website for Autumn 2022 offering of CSE 510.

Installation of System Dependencies

Requires Node.js and the Yarn package manager.

Installation of Javascript Dependencies

yarn install

Install dependencies from yarn.lock.

Yarn Scripts

yarn dev_serve

Serve a debug build on http://127.0.0.1:3000, with hot reloading.