I'm trying to test this angled design .
I have already installed angular, bower, grunt and coffescript.
I was able to get to the Web Server startup stage where the author says:
Use Terminal to start the CoffeeScript, built-in Quizzler Web Server web server; provided in the tools directory:
cd ./client coffee ../tools/webserver/run.coffee
But when I try to access http://localhost:8000/index.html
in the browser it appears the following error in the console:
must provide a proper url as target
View the executed commands in the image: