Skip to content

pavankpdev/Shoppy

Repository files navigation

Shoppy

Shoppy is a modern e-commerce platform.

Get Started

Prerequisite

Required

optional

Project Setup

clone the project

  • git clone https://github.com/pavankpdev/Shoppy.git shoppy

  • cd shoppy

install shoppy

  • npm run install_shoppy

run shoppy

  • npm run shoppy

Below command is for the contributor only

Switch to your assigned branch

  • git branch <your branch name> ---> run this command when you're setting up the app for the first time.

  • git checkout <your branch name>