Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 270 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 270 Bytes

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