This is for the tutorial of web development
How to run it?
-
install node.js
-
open the command line (cmd in windows, terminal in mac, console in linux) with SU privilege.
-
install a node.js module: "npm install -g http-server"
-
once the installation finish, go to the root directoy of project
-
type "http-server" in the command line
-
open webpage "http://localhost:8080"
Now it works!