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?
For node.js users: In a separate terminal tab or window, run
node scripts\web-server.js
to start the web server. Open a browser window for the app and navigate tohttp://localhost:8000/app/index.html