Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kuc-arc-f/bun_14htmx

Bun + htmx + Express
https://github.com/kuc-arc-f/bun_14htmx

bun expressjs htmx

Last synced: 26 days ago
JSON representation

Bun + htmx + Express

Awesome Lists containing this project

README

        

# bun_14htmx

Version: 0.9.1

Author  :

date    : 2024/08/26

update : 2024/08/29

***

Bun + htmx + Express

***
### build

* build, dev-start, watch

```
bun run build
bun run dev

#watch-mode
bun run watch
```

***
### example
* api_test: API connect example
* tailwind: tailwindcss example
* simple_auth: auth example, simple
* zod: zod check exaple

***
* vercel.json

```
{
"version": 2,
"public": true,
"builds": [
{
"src": "public/**/*",
"use": "@vercel/static"
},
{
"src": "dist/index.js",
"use": "@vercel/node"
}
],
"routes": [
{ "handle": "filesystem" },
{
"src": "/.*",
"dest": "/dist/index.js"
}
]
}
```
***
### blog

* https://knakatech-blog.pages.dev/posts/128

***
# License

* MIT

***