Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 503 Bytes

File metadata and controls

25 lines (15 loc) · 503 Bytes

amazon-clone

an amazon clone supporting many features

created with MERN (Nodejs, Express, mongodb, React and Redux)technologies

To check the project locally :
first : clone the repo

second :

To run the server side : 

1. npm install 
2. npm run dev (run with nodemon) or npm start (run with node)

------------------------------------------------------------------------

To run the client side : 

1. cd frontend 
2. npm install 
3. npm start