Run Locally

Clone the project by adding the following command in the terminal. Make sure your have installed GIT and added GIT to path.

  git clone https://github.com/prakashsakari/react-ecom-app.git

Go to the project directory

  cd react-ecom-app

Install dependencies

  npm install

Start the server

  npm start