To Run:
- Move into the
backendfolder withcd backend. - Open a Terminal and run
npm i. - Move into the
frontendfolder withcd ..->cd frontend. - Open a Terminal and run
npm i. - Run
npm run devto run both the React App and Express backend simultaneously.