$ (cd server && yarn)$ (cd client && yarn)Ensure also that Docker is installed on your work station
docker-compose up
#After running the app, you can stop the Docker container with
docker-compose down$ (cd server && yarn run start)$ (cd client && yarn run start)Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.