Skip to content

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

Notifications You must be signed in to change notification settings

MeanSoybean/WebDevelopment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

I also used 
npm install knex -g
npm install mysql2

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published