DEV Community

Rajesh
Rajesh

Posted on

npm start localhost not working

I am trying to run react app through npm start. It shows message compiled successfully and opens a browser with address localhost:3000. But in browser it shows can't reach this page.
Can someone guide me with this.

Top comments (1)

Collapse
 
stevenjburrows profile image
Steven Burrows

do you have a backend or docker container running on port 3000?
Are you still running the default boiler plate or are you trying to reach your own code?