Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 204 Bytes

readme.md

File metadata and controls

17 lines (14 loc) · 204 Bytes

delight-webhook-demo

Install Dependencies

npm install

Start server, the default port will be 3000

npm start

To run the server in different port

PORT=2000 npm start