I\'ve pulled a github repository containing code for a reactjs app into one of my directories but I can\'t find a way to run the app on my computer. I can start a new app using
In case of issues shown after npm install, run the below to automatically fix the issues:
npm audit fix
Alternatively, use the below to see the errors:
npm audit