Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thesmartmonkey/create-hono-cloudflare-workers-fullstack-htmx
Lightweight Honojs fullstack htmx template for side project or micro Saas on cloudflare workers
https://github.com/thesmartmonkey/create-hono-cloudflare-workers-fullstack-htmx
bun cloudflare-workers hono htmx typescript
Last synced: about 16 hours ago
JSON representation
Lightweight Honojs fullstack htmx template for side project or micro Saas on cloudflare workers
- Host: GitHub
- URL: https://github.com/thesmartmonkey/create-hono-cloudflare-workers-fullstack-htmx
- Owner: TheSmartMonkey
- License: mit
- Created: 2024-04-28T20:45:48.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T22:08:06.000Z (6 months ago)
- Last Synced: 2024-05-30T12:48:19.320Z (5 months ago)
- Topics: bun, cloudflare-workers, hono, htmx, typescript
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-hono-cloudflare-workers-fullstack-htmx
๐ Welcome to HonoJS FULLSTACK HTMX Template ๐
## Why choose this template ?
๐ ๏ธ Minimal Setup, Maximum Power
## Getting started
Install dependancies
```sh
bun i
```Start coding ๐งโ๐ป
```sh
bun start
```Deploy to cloudflare ๐
```sh
bun run deploy
```## More commands
Fix you code to make it Beautiful ๐ฆ
```sh
bun run fix
```Test you code ๐งช
```sh
bun run test
```If you want more infos
```sh
bun run
```Happy coding ! ๐