Skip to content

Commit efcc69e

Browse files
authored
adds StackBlitz and updates tutorial link (#35)
* adds StackBlitz and updates tutorial link
1 parent 86ba37a commit efcc69e

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Vonage Client SDK Tutorials
2-
Source code for various [Vonage Client SDK tutorials](https://developer.vonage.com/client-sdk/tutorials/).
2+
Source code for various [Vonage Client SDK tutorials](https://developer.vonage.com/en/vonage-client-sdk/overview).

messaging-js/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
In-App Messaging tutorial application code using Vonage JS Client SDK
2+
3+
## Demo
4+
5+
[![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)
6+
7+
> Note: There is a devDependency `sirv-cli` in the project that is only necessary to run the demo on StackBlitz.
8+

messaging-js/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44
"description": "Tutorial Chat application using Vonage Client SDK",
55
"main": "chat.js",
66
"scripts": {
7+
"start": "sirv --dev",
78
"test": "echo \"Error: no test specified\" && exit 1"
89
},
910
"author": "",
1011
"license": "ISC",
1112
"dependencies": {
1213
"@vonage/client-sdk": "^1.3.0"
14+
},
15+
"devDependencies": {
16+
"sirv-cli": "^2.0.2"
1317
}
1418
}

0 commit comments

Comments
 (0)