make sure you have node installed in your system
cd into frontend and type npm install in the terminal to install necessary dependencies then npm run start to start client side at localhost:3000
similary cd into backend and type npm install in the terminal to install necessary dependencies then npm run dev to start backend server