For Backend -

To run the server

cd backend

tsc

npm start

For frontend -

To run the client server

cd frontend

npm run dev