Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.08 KB

Live server with HTML/CSS

HTML/CSS play with Live Server

Author: Cu Nguyen <[email protected]>

Deploy to Netlify: https://html-css-liveserver.netlify.app/

Requirements

  • A computer can install VS Code 😃

Getting Started

Step by step to run this app in your local from VS Code

Install VS Code

You can bypass this step if you have already installed VS Code on your computer. Otherwise, you can download it from its official website.

Install Live Server

Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install ritwickdey.LiveServer

Go live

Click on the "Go Live" button to start on your default browser.

Open on web: http://127.0.0.1:5500/src/index.html (this is by default, you can custom it)

If you don’t see the "Go Live" button just restart your VS Code. Then it should be okay.

Note: Live-reload is supported