From 45768d31374fee348d77459640e6e69cb2985e53 Mon Sep 17 00:00:00 2001 From: Weapons Forge <56998001+weaponsforge@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:42:20 +0800 Subject: [PATCH] docs: add url link to vscode live server plugin --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f401937..6486700 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,14 @@ Simple localhost static website development environment for plain HTML, CSS, and Its development static hosting and file-serving architecture are closer to traditional static web servers. Uses **Gulp** and **Browser-Sync** -> [!NOTE] +> [!NOTE] > An alternate localhost static development environment using **Webpack**, also with live reload, is available at
> https://github.com/weaponsforge/livereload-webpack +> [!TIP] +> Are you using **VSCode** and **want to do live reload** but **do not want to install livereload-basic's Node dependencies** or **run it using Docker**? +> [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) might be the tool for you. Check it out from from the Visual Studio Marketplace. + ### Content - [Dependencies](#dependencies)