cd handshake-app/Backend
npm install
cd ../handshake-app/frontend
npm install
Set/Export the below Env Variables in your machine
REACT_APP_BACKEND_URL - URL / IP Address of Backend Server
PORT - App runs on 8000 if not specified
REACT_URL - The React App URL for CORS Eg:http://localhost:3000