Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 1.29 KB

README.md

File metadata and controls

66 lines (48 loc) · 1.29 KB
Table of Contents
  1. Download
  2. About

Download

You can either left click green button "Code" to download the zip file or clone the repository as following steps.

Prerequisites

Node.js & MongoDB

Clone

Clone the repo

git clone https://github.com/Inupedia/eCommerce-Platform.git  

Use

# package install front end
yarn install   
# package install server
cd server
yarn install
# under main repository file
npm start  

(back to top)

About

Outline

login-page

(back to top)