Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 366 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 366 Bytes

ReactEcommercePOC

This project is based on react js and strapi

to run the client app run the below command

cd client
npm i
npm start

start the server project using

cd server
npm i
npm start

to change the port of the server project run below command in terminal

set PORT={yourport}

Thanks Raj