Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamilgrocholski/hono-sqlite-htmx-alpine-starter
trying to do my own starter template for hono/htmx
https://github.com/kamilgrocholski/hono-sqlite-htmx-alpine-starter
bun daisyui hono htmx sqlite tailwindcss typescript
Last synced: 12 days ago
JSON representation
trying to do my own starter template for hono/htmx
- Host: GitHub
- URL: https://github.com/kamilgrocholski/hono-sqlite-htmx-alpine-starter
- Owner: KamilGrocholski
- Created: 2024-07-09T17:45:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T10:14:02.000Z (4 months ago)
- Last Synced: 2024-10-04T22:11:35.150Z (about 1 month ago)
- Topics: bun, daisyui, hono, htmx, sqlite, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 169 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Requires bun version >=1.1.14 for '.as()' mapping in sqlite
Create .env based on .env.example
Install dependencies:
```sh
bun install
```Migrate database:
```sh
bun run db:migrate
```Seed database:
```sh
bun run db:seed
```Run:
```sh
bun run dev
```open http://localhost:3000