When I use npm start
to view my app with local Port 3000, I am getting an error saying Port 3000 is already in use
.
I checked to see if I had any windows opened using that app, but I don't. Is there a way to check to see what is running on that Port and how do I go about closing it?
Thank you for your help.