Team-2-sp23 Client hosted at budget-eats.web.app Server not hosted yet... To start client: Navigate to client folder cd client Install dependencies npm i Run client with npm run start View client in browser at http://localhost:3000 To start server: Navigate to server folder cd server Install dependencies npm i Build dist folder with npm run build Create a .env file directly in the server folder and add the MongoDB connection string (ask Manav) Run server with npm run watch Server hosted at port 3001 by default http://localhost:3001