I can start and run my Angular app fine from my local computer. But I have never run it on a server before.
I have tried uploading it to the server. On the server I type the following to start it:
http-server Then I visit http://serverip:8080/. Instead of seeing my app I see:
Index of / (-rw-rw-r--) 847B app.js (-rw-rw-r--) 748B index.htm Node.js v0.10.25/ ecstatic server running @ 195.189.182.160:8080 What is missing in my configuration?