https://github.com/lukewilliamboswell/roc-htmx-tailwindcss-demo
Starter web app using roc, htmx, tailwindcss
https://github.com/lukewilliamboswell/roc-htmx-tailwindcss-demo
htmx roc-lang tailwindcss
Last synced: about 2 months ago
JSON representation
Starter web app using roc, htmx, tailwindcss
- Host: GitHub
- URL: https://github.com/lukewilliamboswell/roc-htmx-tailwindcss-demo
- Owner: lukewilliamboswell
- License: mit
- Created: 2024-07-12T08:49:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T05:12:35.000Z (4 months ago)
- Last Synced: 2025-03-21T21:51:13.225Z (2 months ago)
- Topics: htmx, roc-lang, tailwindcss
- Language: Roc
- Homepage:
- Size: 7.04 MB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- roc-awesome - lukewilliamboswell/roc-htmx-tailwindcss-demo
README
# Roc + HTMX + tailwindcss Demo
Inspired by the [flowbite-admin-dashboard](https://github.com/themesberg/flowbite-admin-dashboard), this is an example web app using [roc](https://www.roc-lang.org), [htmx](https://htmx.org), and [tailwindcss](https://tailwindcss.com).

This repo aims to provide a simple starting point for building web apps with roc using htmx and tailwindcss.
There's a lot of things that can be improved, and I don't have a lot of time to dedicate to this, so please contribute to this demo and open an issue or submit a PR to help improve it.
## Getting Started
Build using the script `./build.sh`
You will need the following on your `PATH`;
1. [roc](https://www.roc-lang.org/install)
2. [rtl](https://github.com/isaacvando/rtl)
3. [tailwindcss](https://tailwindcss.com/docs/installation)Alternatively, run the steps manually and make use of the `--watch` cli commands for a nicer development experience.