To start each app, please make sure that node and npm are installed. Node js is a server technology and can be installed here: https://nodejs.org/en/
After cloning the repository, you need to install the dependencies. To start the server app:
cd coffee-chats-server
npm install
npm start
To start the client app:
cd coffee-chats-client
npm install
npm start
This should open a local version of the website in your browser.