Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 ! ๐ŸŽ‰