BoxLang 🚀 A New JVM Dynamic Language Learn More...
This is a reference implementation of the TodoMVC application in CFWheels and HTMX.
To install this package you'll need to have a running CommandBox installation. It is also assumed that you have the CFWheels CLI installed into your CommandBox.
To install the CFWheels CLI, launch CommandBox and issue an install command:
box
install cfwheels-cli
reload
Once installed, you can install this package with the following:
box
wheels g app name=todo datasourceName=todo template=cfwheels-todomvc-htmx --setupH2
package install
server start
$
box install cfwheels-todomvc-htmx