# create-oak-deno

Starter template to develop a Deno application with `@oak/oak` and `@dklab/oak-routing-ctrl`.

Read more:
- [Oakserver](https://oakserver.org/)
- [oak-routing-ctrl](https://jsr.io/@dklab/oak-routing-ctrl)
- [Deno](https://deno.com/)

# How to use this template

With "native" Deno:
```bash
deno init --npm oak-deno@latest
```

With Node.js:
```bash
npm create oak-deno@latest
```
