-
Install all dependencies from the server level
yarn install
-
Install all dependencies from the client level
cd client && yarn install
-
Use nodemon to start the express server
nodemon server.js
. This will listen for any changes to the server file and automatically update. -
Start the client server
cd client && yarn start