# Install dependencies for server
npm install
# Run the Express server
npm start
# go to client
cd client
# Install dependencies for client
npm install
# Run the React client
npm start
# Server runs on http://localhost:5000 and client on http://localhost:3000