Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kuc-arc-f/bun_14htmx
- Owner: kuc-arc-f
- Created: 2024-08-28T09:52:20.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T10:20:05.000Z (2 months ago)
- Last Synced: 2024-09-28T12:40:14.383Z (about 1 month ago)
- Topics: bun, expressjs, htmx
- Language: TypeScript
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
***