Doesn't run meteor in port 3000

Hi guys, i have a problem with http://localhost:3000/ on windows, doesn’t run.

You might as well have said “something doesn’t work”.

You need to provide more information if you expect people to try to help you.

Yeah it does unless you start it with the “-p” parameter. What does the console output say when you run meteor? It tells you the URL you can use to access your page:

=> Started proxy.                             
=> Started MongoDB.                           
=> Meteor 1.3.5.1 is available. Update this project with 'meteor update'.
=> Started your app.                          

=> App running at: http://localhost:3000/

Check to see if it’s running or not and what, if any errors are showing.