Running API: cd inside book-store-api folder and run npm install Serve it on the port 3000 by running npm run start Running Client: cd inside client folder and run npm install Start client dev server on port 3001 by running npm run start Run the API server first, then the client dev server.