cbwire demo
This is the cbwire demonstration app that was shown for Into The Box 2021.
cbwire is a ColdBox module that makes building reactive, dynamic, and modern interfaces delightfully easy without leaving the comfort of CFML.
Core Files
To see cbwire in action, see the following files.
// Layout
./layouts/Main.cfm
// PlanetList cbwire component
./wires/PlanetList.cfc
// PlanetList view
./views/wires/planetlist.cfm
Installation
Using CommandBox, run the following commands from your terminal.
box install
box server start
Once the application dependencies and server startup complete, your browser should automatically open and you can start tinkering. :)