How to start servers for two Refine projects
I have two refine React projects and I'm trying to run both local servers concurrently.
But after running the first one then I try to run the second one, I get this error even after changing the port in the
The first server runs on port
I'm using
But after running the first one then I try to run the second one, I get this error even after changing the port in the
package.json scripts:The first server runs on port
5177 while I set the second to 5173I'm using
Yarn.