How to run MERN-S09 Open terminal While in backend folder: Go into backend folder with cd backend Start backend with npm run dev Go into frontend folder with cd frontend While in frontend folder: Start application with npm start