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.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
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?