Skip to content

naofumi/kamal-hono

Repository files navigation

Kamal Hono

kamal-hono.mov

Local development

npm install
npm run dev
open http://localhost:3000

Deployment

SQLite database file with seed data has been committed to Git for convenience. We might want to change this.

Todos

  • Run automatic database migrations during Kamal deploy.
  • Add digests to assets (including images) for cache busting.
  • Automate Stimulus controller generation
  • Automate import maps generation.

Goals

  • Provide a JSX-based platform for Hotwire.
    • This allows writing type-safe HTML templates.
  • Include niceties like asset digests that will be necessary if we use a CDN in production.
  • See if we can go no-build as well, although not a priority since build tools like esbuild are quite good.

About

Write Hotwire apps with type-safe JSX Templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published