Install dependencies:
npm run install:allRun from the root directory
Starts the React frontend
npm run dev:clientStarts the Express backend
npm run dev:serverStarts both frontend and backend concurrently (if configured)
npm run dev:allMake sure
concurrentlyis installed if usingnpm run dev:all.