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-2
Original file line number
Diff line number
Diff line change
@@ -94,10 +94,10 @@ server.listen(port, () => {
94
94
});
95
95
```
96
96
97
-
3. With this minimal setup ypur build will be served locally, Now run the `portsicle client` and mention the port on which the build is running (`3000` in this case).
97
+
3. With this minimal setup your build will be served locally, Now run the `portsicle client` and mention the port on which the build is running (`3000` in this case).
98
98
99
99
```
100
100
./portsicle http -p 3000
101
101
```
102
102
103
-
**Smilar approach can be applied for Simple Node HTML servers as well as other meta Frameworks (Vue, Svelte, etc)**
103
+
**Similar approach can be applied for Simple Node HTML servers as well as other meta Frameworks (Vue, Svelte, etc)**
0 commit comments