Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 755 Bytes

File metadata and controls

22 lines (14 loc) · 755 Bytes

Typescript Setup

Install Deno

via npm with npm install -g deno. or via brew with brew install deno. or find the full list of options here.

Run

Run locally with deno run dev (will also install dependencies).

The server should now be running locally on port 3000, and you can execute requests using the ./rest/chat.rest file. VS Code REST Client Plugin.

IDE Setup (optional)

Your IDE may understand Deno better by adding a corresponding plugin: