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
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