If port is already being used then start server on a different port.
Created by: tlrobinson
Currently if I already have a different server listening on port 3000 then react-scripts start
still starts up and says The app is running at http://localhost:3000/
, but it's actually not.
It should either fail to start up (in which case there should be a way to manually specify a different port) or automatically pick an available port.