https://github.com/honojs/starter
Hono starter templates
https://github.com/honojs/starter
Last synced: 7 months ago
JSON representation
Hono starter templates
- Host: GitHub
- URL: https://github.com/honojs/starter
- Owner: honojs
- Created: 2023-01-12T13:59:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T07:35:54.000Z (about 1 year ago)
- Last Synced: 2024-10-29T20:05:30.513Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.13 MB
- Stars: 64
- Watchers: 3
- Forks: 32
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-typescript-backends - - Hono starter template (Starters & Boilerplates)
- awesome-typescript-backends - - Hono starter template (Starters & Boilerplates)
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