yarn install use above command on client side to install all dependencies. npm install use above command on server side to install all dependencies. yarn start use above command on client side to run client side. npm start use above command on client side to run server side.