Nov 17, 2020
Afzal Ahmad There is no separate package.json file for the backend. The main package.json present in the project contains the packages for the backend also. So once you cloned the repository, you just need to run
1. npm install
2. npm run start-app
commands from the project directory.