An open API service indexing awesome lists of open source software.

https://github.com/smeghead/hono-example


https://github.com/smeghead/hono-example

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# Hono Docker Development Environment

## 開発環境

```bash
docker run -it -v $(pwd):/app -w /app denoland/deno:2.3.1 sh
```

```bash
docker compose build
docker compose run --rm -P app bash
# deno run --allow-net --watch main.ts
```

```bash
docker compose exec app bash
# deno test
```