Skip to content

h4ka/todo-htmx-bun-hono-drizzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 HTMX - Bun, Hono and Drizzle ORM

A simple ToDo app meant to show some of the HTMX basics.

Setup

Install all dependencies

bun install

Create SQLite DB + Generate and apply migrations + insert seed data

bun run db:init

Start

Everything should be set up now! All we have left to do is run:

bun run dev

Migrations

Generate migration files

bun run db:generate --name=add_column_foo

Apply migrations

bun run db:migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors