https://github.com/resir014/deno-quickstart
Get started writing Deno modules in seconds.
https://github.com/resir014/deno-quickstart
deno starter-kit typescript
Last synced: about 1 month ago
JSON representation
Get started writing Deno modules in seconds.
- Host: GitHub
- URL: https://github.com/resir014/deno-quickstart
- Owner: resir014
- Created: 2020-05-15T07:35:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T05:07:24.000Z (almost 5 years ago)
- Last Synced: 2025-04-02T18:21:41.503Z (about 1 year ago)
- Topics: deno, starter-kit, typescript
- Language: TypeScript
- Homepage: https://deno.land/
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deno-quickstart
> Get started writing [Deno](https://deno.land/) modules in seconds.
## Prerequisites
You will need:
- [Deno](https://deno.land/) (v1.0.0+)
If developing on [VSCode](https://code.visualstudio.com/), you will need these extensions.
- [VSCode Deno extension](https://marketplace.visualstudio.com/items?itemName=axetroy.vscode-deno)
## Running locally
```bash
$ deno run --config tsconfig.json mod.ts
```