You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,11 +44,11 @@ There are two ways to setup `Live Server Web Extension`.
44
44
45
45
* Start `Live Server` (assuming the port of live server is `5500`). This server will be used by the extension to know, if any of the files have changed.
46
46
47
-
* Open a terminal and navigate to the folder your project lives in (generally index.php lives here..) Start a web server by running `php -S localhost:8000`
47
+
*In case of PHP & if you're not using XAMPP or any other tool/server, Open a terminal and navigate to the folder your project lives in (generally index.php lives here..) Start a web server by running `php -S localhost:8000`
48
48
49
49
* Now open pop-up menu of `Live Server Web Extension` and check the option `I don't want proxy setup`. [Follow the screenshot](./img/screenshots/live-server-web-extension-easy-setup.png).
50
50
51
-
* Now at the Actual Server add `http://localhost:8000/`.
51
+
* Now at the Actual Server add `http://localhost:8000/`. (In which address your PHP/Node.js is running)
52
52
* Now at the `Live Server` add `http://localhost:5500/`.
53
53
54
54
* Now open up `http://localhost:8000/` in your browser. On every changes, your page will be refreshed automaticly.
0 commit comments