https://github.com/rachhen/bun-todo-drizzle-pg
https://github.com/rachhen/bun-todo-drizzle-pg
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rachhen/bun-todo-drizzle-pg
- Owner: rachhen
- Created: 2023-09-11T07:37:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-11T12:03:17.000Z (over 1 year ago)
- Last Synced: 2025-02-09T22:36:16.978Z (3 months ago)
- Language: TypeScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Hono with Bun runtime
## Getting Started
### Cloning the repo
```sh
bun create hono ./NAME_HERE
```### Development
```
bun run start
```Open http://localhost:3000 with your browser to see the result.
### For more information
See