Skip to content

Mooniem/web-cse510a-24sp.github.io

 
 

Repository files navigation

web-cse510-24sp

Course website for Spring 2024 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.

yarn prod_build

Build a production bundle in dist.

yarn prod_deploy

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 75.2%
  • TypeScript 23.2%
  • JavaScript 1.4%
  • HTML 0.2%