dojo / meta

:rocket: Dojo - meta information for the project.
Other
226 stars 50 forks source link

Dojo application not appear at localhost:9999 after build #236

Closed soeik closed 6 years ago

soeik commented 6 years ago

According to tutorial, after creating new project using cli, and entering dojo build -w command I'll be able to find my app running at localhost:9999, but I'm getting an error: ERR_CONNECTION_REFUSED.

I'm not alone with this issue, here also question on stackoverflow.

Do I something wrong, or maybe some additional configuration required?

agubler commented 6 years ago

Hi @kvstepanov, thank you for raising this issue the tutorial is out of date for the most recent beta5 release (I'll make sure that's updated). Using the -w is for build with watch but doesn't automatically serve anymore.

To serve as well the --serve (or shorthand -s) is required, I hope this helps!

dojo build -w -s
agubler commented 6 years ago

have also raised a correction to the tutorial here https://github.com/dojo/dojo.io/pull/376

agubler commented 6 years ago

Closing the issue as I think it should be resolved now, please re-open (or raise another issue in the dojo/cli-build-app repo) if you experience further issues. Alternatively you can chat to us about Dojo 2 in the gitter channel.