Skip to content

Commit

Permalink
chore: add server hint in order to run the apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Zdravko authored May 16, 2018
1 parent ec91555 commit a8f8609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ var params = [
];
task = session.multipartUpload(params, request);
```
> To get advantage of the demo apps and test the functionality, you will have to start the server from `demo-server` folder part of the repository. To do so, execute `cd demo-server && npm run start` command in a terminal.
## Contribute
We love PRs! Check out the [contributing guidelines](CONTRIBUTING.md). If you want to contribute, but you are not sure where to start - look for [issues labeled `help wanted`](https://github.com/NativeScript/nativescript-background-http/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22).
Expand Down

0 comments on commit a8f8609

Please sign in to comment.