How to sync the whole git:
Make sure you have node.js / npm installed. npm is included in node.js type npm install to install all the dependencies this project uses. do not touch package.json, package-lock.json and node_modules folder. They are external libraries and dependencies in our project. good coding 47.