Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 423 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 423 Bytes

webdev

This is for the tutorial of web development

How to run it?

  1. install node.js

  2. open the command line (cmd in windows, terminal in mac, console in linux) with SU privilege.

  3. install a node.js module: "npm install -g http-server"

  4. once the installation finish, go to the root directoy of project

  5. type "http-server" in the command line

  6. open webpage "http://localhost:8080"

Now it works!