An example app using Bun's built-in HTTP server + HTMX + TailwindCSS + DaisyUI
This product is a simple example app that utilizes several technologies including Bun, HTMX, TailwindCSS, and DaisyUI. It is built with TypeScript and serves components as static strings converted to HTML to the browser. The app also includes a static file server for demonstration purposes. The setup process involves cloning the repository, installing Bun, and running the app locally. The app can be deployed using Docker and Fly.io. The product is licensed under MIT.
To install the theme, follow these steps:
If you want to customize the port or enable dev mode, create a .env file.
For production deployment, follow these steps:
For deployment using Docker and Fly.io, follow these steps:
The Bun + HTMX + TailwindCSS example app is a simple app that showcases the usage of these technologies. It provides a lightweight HTML server, interactivity with HTMX, and styling with TailwindCSS and DaisyUI. The app includes a static file server for demonstration purposes and can be deployed using Docker and Fly.io. Overall, this example app provides a comprehensive demonstration of how to use these technologies together.