I am trying to preview an angular app from codenvy. As per the instructions, Codenvy preview docs I tried creating a command as the following:cd myproject/public; ng serve
. I used the following command macro ${server.8000}
. This gives me a preview URL but, I navigate to the URL, I get the error that the site cannot be reached.
What am I missing here?