We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40af7fb + 7e1b3eb commit af2ee74Copy full SHA for af2ee74
README.md
@@ -1,4 +1,4 @@
1
-# NativeScript APppSync Web [source](https://github.com/EddyVerbruggen/nativescript-app-sync-web)
+# NativeScript AppSync Web [source](https://github.com/EddyVerbruggen/nativescript-app-sync-web)
2
3
AppSync Web is the [AppSync Server](https://github.com/EddyVerbruggen/nativescript-app-sync-server)'s web client.
4
@@ -18,7 +18,7 @@ $ vim ./src/config #change URL to production
18
## RUN DEV
19
20
```shell
21
-$ npm start
+$ npm start <port to host the web app on>
22
```
23
24
## BUILD AND RUN your clone
0 commit comments