Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 291 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 291 Bytes

React-Ecom

A React based E-commerce website (a fully-functional e-commerce website)

Run Locally

1. Clone repo

$ git clone [email protected]:mahdiBerranem/React-Ecom.git
$ cd React-Ecom

2. Run Frontend

# open new terminal
$ cd frontend
$ npm install
$ npm start