I am trying to go through the Angular.js Tutrorial_00 and cannot seem to work out how to get the node.js web server to run the demo app?
Has anyone done this tutorial or know how correctly use this step to get the server working?
node scripts\web-server.js to start the web server. Open a browser windowhttp://localhost:8000/app/index.htmlWhat happens is that I run step 1 in node.js and then it outputs "...", which I assum means it is listening.
Then when I get to step 2 I type that in the browser and get "Oops! Google Chrome could not connect to ".
node scripts\web-server.js is a command line, not a piece of JavaScript.
Run it in a shell (on Windows that probably means PowerShell) while making sure you are in the right directory. Don't try to run it in a node REPL.