/ReactEcommercePOC

Ecommerce Website Using React js and Strapi

Primary LanguageJavaScript

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