Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NativeScript APppSync Web [source](https://github.com/EddyVerbruggen/nativescript-app-sync-web)
# NativeScript AppSync Web [source](https://github.com/EddyVerbruggen/nativescript-app-sync-web)

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

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

```shell
$ npm start
$ npm start <port to host the web app on>
```

## BUILD AND RUN your clone
Expand Down