项目作者: pavankpdev

项目描述 :
A web-based modern e-commerce platform
高级语言: JavaScript
项目地址: git://github.com/pavankpdev/Shoppy.git
创建时间: 2020-10-26T13:48:18Z
项目社区:https://github.com/pavankpdev/Shoppy

开源协议:

下载


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>