WORK IN PROGRESS
Contributions welcome - by PR please if possible.
See Issues for feature discussions.
This repository provides a raku Cro implementation of the HTMX examples from https://htmx.org/examples.
Install raku - eg. from rakubrew, then:
zef install --/test cro
zef install Cro::WebApp
git clone https://github.com/librasteve/raku-HTMX-Examples.git
cd raku-HTMX-Examples
&& zef install .
cro stub http examples examples
(OK all the defaults)cp -R lib static templates ./examples
cd examples
&& cro run
http://localhost:20000
You will note that cro has many other options as documented at Cro if you want to deploy to a production server.
warn $data.raku; $*ERR.flush;
to say to the cro log windowlibrasteve librasteve@furnival.net
Copyright 2024 Contributors
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.