Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zdychacek/deno_example
- Owner: zdychacek
- Created: 2019-11-08T10:46:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T04:48:17.000Z (over 3 years ago)
- Last Synced: 2024-11-08T20:49:24.042Z (3 months ago)
- Topics: deno, http-server, server, typescript
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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/**