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

https://github.com/honojs/starter

Hono starter templates
https://github.com/honojs/starter

Last synced: 7 months ago
JSON representation

Hono starter templates

Awesome Lists containing this project

README

          

# Hono Starter Templates

You can start to build a Hono application with `create hono` command:

```bash
# npm
npm create hono@latest

# yarn
yarn create hono

# pnpm
pnpm create hono@latest

# bun
bun create hono@latest

# deno
deno run -A npm:create-hono@latest
```

## Author

Yusuke Wada

and Hono contributors

## License

MIT