quickstarts/typescript/inbound at main · hookdeck/quickstarts · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

README.md

Quickstart: Inbound webhooks with TypeScript and Express.js

An example application demonstrating receiving a webhook with TypeScript and Express.js.

Get the code

npx degit hookdeck/quickstarts/typescript/inbound hookdeck-ts-inbound
cd hookdeck-ts-inbound

Run the app

npm i
npm run dev