I am working through this tutorial in angular-js. when I run the server, nothing seems to happen, my console looks like this:
This is in git bash
but I get the same thing in windows console.
When I go to http://localhost:8000
it is blank and so is http://localhost:8000/app/index.html
. No error messages.
When I browse to the app folder using windows explorer, index.html
is present and has code.
Can anyone see the problem?