Change Ports: Make sure the client and server run on different ports, for example, client on port 3000 and backend on port 3001. To kill what’s on port 3000
kill $(lsof -ti:3000)