Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 173 Bytes

File metadata and controls

9 lines (6 loc) · 173 Bytes

To start the server, inside server directory:

  1. Do npm install
  2. Run node index.js

To start the client, in client directory:

  1. Do npm install
  2. Run npm start