HTML/CSS play with Live Server
Author: Cu Nguyen <[email protected]>
Deploy to Netlify: https://html-css-liveserver.netlify.app/
- A computer can install VS Code 😃
Step by step to run this app in your local from 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
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