I'd love to speed up my dev / test process on Codeanywhere.
Codeanywhere's dev boxes give you some random URL to use for your host "application" (ie: index.html) like this:
http://preview.[really-long-hash].box.codeanywhere.com/build/
Not sure how to get from there to the webpack-dev-server if it is running. Is there a basic configuration that I'm missing?
In all the Webpack tutorials, if you're running it locally, you would access the running dev server like this :http://localhost:8080
but http://preview.[really-long-hash].box.codeanywhere.com:8080
just shows an error message from Codeanywhere.