Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zdychacek/deno_example

Example project with VSCode IDE integration.
https://github.com/zdychacek/deno_example

deno http-server server typescript

Last synced: 24 days ago
JSON representation

Example project with VSCode IDE integration.

Awesome Lists containing this project

README

        

# What and how?

Example project with VSCode IDE integration.

- Install `typescript` and `typescript-deno-plugin` via `npm install`
- Install Deno extension for VSCode: https://marketplace.visualstudio.com/items?itemName=justjavac.vscode-deno
- Select locally installed TypeScript:

![](https://miro.medium.com/max/690/1*DYhFZAmGHtcdRQVMOcHbcg.gif)

(image source: https://medium.com/@kitsonk/develop-with-deno-and-visual-studio-code-225ce7c5b1ba)
- Run the script from project folder: `deno ./src/index.ts --allow-net`

**Deno website: https://deno.land/**