Before developing, make sure you have all dependencies downloaded and setup.
Tp setup the dependencies for REACT you must run these commands :
cd frontend
npm i
Next, setup the dependencies of the server by running these commands :
cd server
npm i
Now to run the project, it is recommended to run the server first.
Turn on the server by running the following :
cd server
npm run dev
Finally to build and run :
cd frontend
npm run dev