- Go to api directory and run
npm install
- Go to client directory and run
yarn
if you don't have yarn already installed you can do that by running
npm install --global yarn
- Go to the root directory and run
npm install
npm start
on the root directory will start both projects
npm test
separately for client and api so it will run test cases for each