Please any one help me to build to do app

please any one help me to build to do app

I am not getting anything

http://localhost:3000 not working

morecontextyoushouldprovide

1 Like

actually i am creating the with the help of meteor tutorial
after doing first few steps it is asking me to do Open your web browser and go to http://localhost:3000 to see the app running.but i cant do this

You have to be way more detailed than this. What do you see on the web page? Errors? Did you check the browser JavaScript console for errors? Could you copy & paste those here?

1 Like

This site can’t be reached

localhost refused to connect.
Did you mean http://localhost3000.org/?
Search Google for localhost 3000
ERR_CONNECTION_REFUSED

In your terminal, does it say:

=> Started proxy.                             
=> Started MongoDB.
=> Started your app.

If not, in the terminal:

cd <yourAppRootDirectory>
meteor

If you see errors instead of Started your app., then you’ll need to do some debugging first.