Make sure that you have node (version >= 10) and npm installed
- `cd server/`
- `npm install`
- `npm start `This should start the backend server on localhost:3000/.
- `cd client/`
- `npm install`
- `npm start`This should start the frontend server on localhost:8000/.
Start both the backend and frontend apps as mentioned before.
To play Pictionary, you need multiple players (clients). In development mode, you can open multiple tabs directed to localhost:8000/ to simualte multiple clients.