Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 264 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 264 Bytes

How to Run Locally

  1. Run npm i.
  2. Run npm run start.
  3. Open another terminal. Go inside client folder by running cd client (windows).
  4. Run npm i again.
  5. Run npm run start again.

You have two terminals opened, one for server and one for client.