Cloning an React project and running locally
Look at the files and folder of the project Delete node_modules folder and package-lock.json file if exists
Run this following commands
this will create node_modules folder and package-lock.json
it will start your react app
Now go to http://localhost:3000/ to visit your app