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

https://github.com/danny-yamamoto/hono-app

Deploy a Hono site
https://github.com/danny-yamamoto/hono-app

cloudflare hono typescript

Last synced: about 2 months ago
JSON representation

Deploy a Hono site

Awesome Lists containing this project

README

        

```bash
npm install
npm run dev
```

```bash
open http://localhost:8788
```

```bash
npm run deploy
```

- To run multiple npm scripts in parallel at the same time.
```bash
npm install npm-run-all --save-dev
```