Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions typescript/setup.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
# 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)[https://docs.deno.com/runtime/getting_started/installation/]
or find the full list of options [here](https://docs.deno.com/runtime/getting_started/installation/).

## Run

Run locally with `deno run dev`
(will also install dependencies)
(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)[https://marketplace.visualstudio.com/items?itemName=humao.rest-client]
[VS Code REST Client Plugin](https://marketplace.visualstudio.com/items?itemName=humao.rest-client).

## IDE Setup (optional)

Your IDE may understand Deno better by adding a corresponding plugin:
- VS Code: https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno
- Jetbrains: https://plugins.jetbrains.com/plugin/14382-deno

- [VS Code](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno)
- [Jetbrains](https://plugins.jetbrains.com/plugin/14382-deno)