Did you mean to visit: http://localhost:3000/?
Port 3000 is commonly used by:
This error occurs when another application is already using port 3000. Solutions:
PORT=3001 npm start
netstat -ano | findstr :3000
then taskkill /PID [PID] /F
If your application is running but you can't connect: