From your root directory:
Run
npm install
to install all the dependencies for the project
npm run dev
to run frontend and backend concurrently
npm start
- Runs only backend with nodenpm run server
- Runs only backend with nodemonnpm run client
- Runs only fronted