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: 5 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T04:48:17.000Z (about 4 years ago)
- Last Synced: 2025-01-02T01:46:08.698Z (6 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:
(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/**