Dexters's Lab Backend Install and start the Express backend: cd backend npm install npm start Frontend Install and run the React frontend: cd frontend npm install npm run dev