How can I get the zoom sample-app-web to run on a node express server using "node index.js"

I’m trying to integrate the zoom websdk into my nodejs application. I am able to clone the sample app repo and everything works great. However, I am not able to integrate it with my existing project. My project uses the express package, and runs on port 3000. Can anyone give me step-by-step instructions for adding zoom functionality to an existing express app? Thanks

Hey @cboothe1,

You can follow the instructions here using NPM:

Let me know if that helps! :slight_smile:

Thanks,
Tommy