Skip to content

ianmahoney1/web-cse440-23wi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-cse440-23wi

Course website for Winter 2023 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 and create static deployment files in dist.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.2%
  • JavaScript 5.3%
  • HTML 0.5%