Skip to content

Latest commit

 

History

History

inbound

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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