Project uses yarn workspaces to manage the frontend and backend Highly reccomend to use yarn instead of npm.
first run yarn
to install all dependencies
to run the development server
run yarn start
to start both frontend and backend
OR
cd into frontend folder and run yarn
to install dependencies
run yarn start
to start the frontend
cd into backend folder and run yarn
to install dependencies
run yarn start:dev
to start the backend