These samples were tested with Node v.19.0.0
First, run npm install
to install the client library and other dependencies on this folder
First, select a sample, in order to run it, navigate to the scenarios\dist
folder and execute
node [sample-name].js
Additionally, if you want to compile all samples to JavaScript before running, navigate to scenarios
and run
tsc
After running this command, all js files will be recreated in the dist
folder.