Not able to reach http://localhost:3000/

From the very beginning i for the project and when i run npm start in the terminal it is not opening the localhost:3000/ page not even if i try manually by adding it in the browser

1 Like
  1. are you running npm start on the same machine that the browser is on?
  2. What is the output of your terminal? It should say something like “You can now view in the browser. Local: http://localhost:3000”.


this is the latest im trying to fix it, but might try all over again with deleting the repository and forking it from the beginning

I was going to suggest deleting your packages and npm i again but if you’re going to do that you might as well try reforking. You could branch/backup any changes (if you made any) that you want and diff them back in later bit by bit until it breaks.

I reforked and it worked not sure what was the issue, but thanks anyway

1 Like