Skip to content

Commit 809135d

Browse files
Added step 5 in setup
@frankverhorst noted a shortcoming in the documentation, as he mentioned in issue #14.
1 parent ab48275 commit 809135d

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/Setup.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ In other words. If you just want the reload feature when working with .html file
1818
2. Install VS Code [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer). <sup>(extension to code editor)</sup>
1919
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/).
2020
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)
2223
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.
26+
8. Visit the `Actual Server Address`
2627

2728
![two-step-image](./../img/screenshots/direct-setup.png)
2829

@@ -33,11 +34,12 @@ In other words. If you just want the reload feature when working with .html file
3334
2. Install VS Code [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer). <sup>(extension to code editor)</sup>
3435
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/).
3536
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)
3739
1. **enable:** whether it is enabled or not.
3840
2. **baseUri:** is the path to the folder you want proxy from. The path is relative to the workspace.
3941
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.
4143

4244
*`.vscode/settings.json`*
4345
```js

0 commit comments

Comments
 (0)