0

How do I run an angularjs front-end web app on codenvy? The app uses angular-route.js for routing between pages. I have tried using the preview function, but that one seems to not work due to the routing...

nize
  • 1,012
  • 1
  • 11
  • 27

2 Answers2

0

One way is to use a workspace which has a web server like apache httpd installed. For how to do that see How do you install an apache server (httpd) on codenvy?

nize
  • 1,012
  • 1
  • 11
  • 27
0

Another thing to try is to unbound the app from localhost, i.e. use host as 0.0.0.0

bianchi
  • 500
  • 2
  • 12