Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 800 Bytes

File metadata and controls

15 lines (11 loc) · 800 Bytes

WebDevelopment

HCMUS Web Development course. Excited to document everything about HTML, CSS, Node.js, and more.

Recommended Setup

Install Live Server on VSCode. Figure out how to use it yourself ;0

Or install Node.js and then run this in your command line to globally install http-server:

npm install --global http-server

You can run http-server from whichever root folder you want.

http-server will by default open the HTTP server for your website at port 8080, so you can open any web browser and type in the address bar localhost:8080 and it should open any index.html or default.html file.

I don't know how VSCode's Live Server works yet.