https://github.com/sambitsingha/Amazon-Clone.git
Project contains two main part -- Frontend and Backend
First type , cd my-app
Then , npm install
, to install the dependencies
After that , type npm start
. This starts the client side of the project
P.S - If you are using a higher version of React and have problem in installing them , use npm install --force
First navigate to the folder using cd backend
Then , again type npm install
After that , type node index.js
to run the Express Server