1
I’m trying to test this angular made design.
I have already accomplished the installation of Angular, Power, Grunt and Coffescript.
I was able to reach 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
See in the image the commands executed :