Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 360 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 360 Bytes

SEC Semester Long Project #1

How To Run

  • Install Node.js from nodejs.org
  • Clone this repository to your computer
  • cd slp-1/server
  • npm install - Install server dependencies
  • npm start - Start the server
  • cd ../client
  • npm install - Install client dependencies
  • npm start - Start the client
  • Open localhost:3000 in your web browser