https://github.com/unisay/shroomz
Component-based web-application framework for Haskell
https://github.com/unisay/shroomz
component-based hateoas htmx server-side web-development
Last synced: 8 months ago
JSON representation
Component-based web-application framework for Haskell
- Host: GitHub
- URL: https://github.com/unisay/shroomz
- Owner: Unisay
- License: mit
- Created: 2023-08-10T16:52:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T19:11:53.000Z (about 2 years ago)
- Last Synced: 2025-01-17T01:43:18.340Z (9 months ago)
- Topics: component-based, hateoas, htmx, server-side, web-development
- Language: Haskell
- Homepage:
- Size: 7.5 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shroomz 🍄🍄🍄
Component-based web-application framework experiment,
wirtten in Haskell using HTMX & Bulma CSS.
## Showcase
From inside a nix shell (or using direnv)
start a dev server using this command:
```
just dev
```
it will build project with cabal and auto reload a web
server whenever source code changes.
Open your browser at http://localhost:3000