Express backend runs on port 8000 with npm start but even better
nodemon so it refreshes on its own on saved changes.
cd into /client to run the frontend React app, which is on port 3000, using also npm start or nodemon
to restart nodemon you can do rs