Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 371 Bytes

File metadata and controls

6 lines (5 loc) · 371 Bytes

Getting Started

  1. Pop two terminals open
  2. In the first terminal 'cd' into client, then for the second terminal 'cd' into server
  3. Ensure you have yarn installed, then install dependencies by running "yarn" in each terminal
  4. To start the client, run ### yarn start. To start the server run ### yarn start