Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (29 loc) · 738 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 738 Bytes

web-cse440-22sp

Course website for Spring 2022 offering of CSE 440.

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.

yarn prod_build

Build a production bundle in dist.

yarn prod_deploy

Build static deployment files in dist, assuming an existing production bundle.