Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 232 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 232 Bytes

E-Commerce Website

To Run

You will require two terminals

The first

cd server
npm install
npm run server

The second

cd shopclone
npm install
npm start

The website will run on http://localhost:3000