Skip to content

adds StackBlitz and updates tutorial link #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Vonage Client SDK Tutorials
Source code for various [Vonage Client SDK tutorials](https://developer.vonage.com/client-sdk/tutorials/).
Source code for various [Vonage Client SDK tutorials](https://developer.vonage.com/en/vonage-client-sdk/overview).
8 changes: 8 additions & 0 deletions messaging-js/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
In-App Messaging tutorial application code using Vonage JS Client SDK

## Demo

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/Vonage-Community/tutorials-client_sdk-ios-android-js/tree/main/messaging-js)

> Note: There is a devDependency `sirv-cli` in the project that is only necessary to run the demo on StackBlitz.

4 changes: 4 additions & 0 deletions messaging-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@
"description": "Tutorial Chat application using Vonage Client SDK",
"main": "chat.js",
"scripts": {
"start": "sirv --dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@vonage/client-sdk": "^1.3.0"
},
"devDependencies": {
"sirv-cli": "^2.0.2"
}
}