Created by: ianmcnally
Hello awesome contributors,
In #441 (closed), there are was a request to guess the name of the existing process running on the default port when starting CRA. So, building on the incomplete yet solid work done in #454, this PR aims to complete that feature.
with a CRA app process found
It shows the app's name and directory.
Note: my-test-app
is the name of a CRA app in ~/dev/test2
with a non-CRA process found
It shows the command name and directory.
without a process found
It shows the original, generic message.