Skip to content

Commit af2ee74

Browse files
Merge pull request #4 from etabakov/patch-1
docs: add port to the start server command
2 parents 40af7fb + 7e1b3eb commit af2ee74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NativeScript APppSync Web [source](https://github.com/EddyVerbruggen/nativescript-app-sync-web)
1+
# NativeScript AppSync Web [source](https://github.com/EddyVerbruggen/nativescript-app-sync-web)
22

33
AppSync Web is the [AppSync Server](https://github.com/EddyVerbruggen/nativescript-app-sync-server)'s web client.
44

@@ -18,7 +18,7 @@ $ vim ./src/config #change URL to production
1818
## RUN DEV
1919

2020
```shell
21-
$ npm start
21+
$ npm start <port to host the web app on>
2222
```
2323

2424
## BUILD AND RUN your clone

0 commit comments

Comments
 (0)