I have created two React projects using React Js. The both of them are for different purposes. One is successfully running on 1.2.3.4:3000
here the port is default (3000
) But I have another react project with port 4000
. Now how can I run or deploy the second React js(client) on port 4000?
Folder structure
/
|-- adminReact (port 3000)
|
|--clientReact (port 4000)