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: docs/Setup.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,12 @@ In other words. If you just want the reload feature when working with .html file
18
18
2. Install VS Code [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer). <sup>(extension to code editor)</sup>
19
19
3. Install the browser add-on; [Chrome](https://chrome.google.com/webstore/detail/live-server-web-extension/fiegdmejfepffgpnejdinekhfieaogmj/) or [Firefox](https://addons.mozilla.org/en-US/firefox/addon/live-server-web-extension/).
20
20
4. Install and run a server on your machine: [Servers and Frameworks](#servers-and-frameworks)
21
-
5. Enter the neccesary fields (screenshot below)
21
+
5. Place your app on the server you want to use and open your project there.
22
+
6. Enter the neccesary fields (screenshot below)
22
23
1.**Actual Server Address:** is the address where your server is located and the port.
23
-
2. **Live Server Address:** is the address where your VS code extension is running.
24
-
6. Push the `Go Live`-button in your editor's statusbar.
25
-
7. Visit the `Actual Server Address`
24
+
2.**Live Server Address:** is the address where your VS code extension is running.
25
+
7. Push the `Go Live`-button in your editor's statusbar.
@@ -33,11 +34,12 @@ In other words. If you just want the reload feature when working with .html file
33
34
2. Install VS Code [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer). <sup>(extension to code editor)</sup>
34
35
3. Install the browser add-on; [Chrome](https://chrome.google.com/webstore/detail/live-server-web-extension/fiegdmejfepffgpnejdinekhfieaogmj/) or [Firefox](https://addons.mozilla.org/en-US/firefox/addon/live-server-web-extension/).
35
36
4. Install and run a server on your machine: [Servers and Frameworks](#servers-and-frameworks)
36
-
5. Enter the neccesary values (code block below)
37
+
5. Place your app on the server you want to use and open your project there.
38
+
6. Enter the neccesary values (code block below)
37
39
1.**enable:** whether it is enabled or not.
38
40
2.**baseUri:** is the path to the folder you want proxy from. The path is relative to the workspace.
39
41
3.**proxyUri:** is the address where your server (xampp or similar server) is located, and the port.
40
-
6. Push the `Go Live`-button in your editor's statusbar.
42
+
7. Push the `Go Live`-button in your editor's statusbar.
0 commit comments