1) npm i && npm run build in shared. 2) npm i && npm run start in server to start the backend. 3) npm i && npm run start in client to start the dev client. 4) Optional: npm run build in client to build the production aseets for the client.
npm i && npm run build
npm i && npm run start
npm run build