Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 561 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 561 Bytes

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