Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 405 Bytes

File metadata and controls

10 lines (9 loc) · 405 Bytes

CECS-443-Semester-Project

Github Repository for the CECS 443 Semester Project on Fall 2024

Installation for running the project

  1. install node.js
  2. clone the repo
  3. cd server then npm install to install all the server dependencies
  4. cd out
  5. cd client then npm install to install all the client dependencies
  6. npm run dev on both server and client folders to run the localhost development site