Skip to content

twaite/htmx-form-builder

Repository files navigation

HTMX Dynamic Form Builder

This project implements a dynamic form builder. This is built with the following technologies:

Getting Started

You will need Bun and docker installed.

bun install
docker compose up -d

Next setup your .env file. Out of the box with docker compose this will be the following:

echo DB_URL=postgres://postgres:password@localhost:5430/htmx > .env

Development

To start the development server run:

bun run dev

Open http://localhost:3000/ with your browser to see the result.

Testing

Run with:

bun test

About

Form Builder using HTMX + Bun/Elysia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published