https://github.com/kanziw/deno-template
https://github.com/kanziw/deno-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanziw/deno-template
- Owner: kanziw
- Created: 2023-03-01T05:39:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T08:59:48.000Z (over 2 years ago)
- Last Synced: 2025-01-17T07:34:21.867Z (5 months ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# deno-template
## Prerequisites
First, install
[asdf](https://asdf-vm.com/guide/getting-started.html#_1-install-dependencies)
on your way.```shell
$ asdf plugin add deno
$ asdf install
```## Run
See [deno.jsonc](./deno.jsonc)
```shell
$ deno task dev
```