To run server: cd server npm install node index.js To run client: cd client yarn yarn start # can use npm instead of yarn npm install npm start