This repo includes all the files generated during Grant Copley's live coding webinar on CBWIRE.
This app is a simplistic Twitter clone that demonstrates the essential capabilities of CBWIRE and how they can be implemented to build a modern, reactive, web app without building an API.
- Download this repo.
- Install the dependencies using CommandBox.
box install
- Start your CFML server.
box server start
Once the server has started, you should be able to browse to the demo using http://localhost:[randomPort]
- Check CFCasts.com for access to the webinar recording to follow along.
- The CBWIRE documentation is available at https://cbwire.ortusbooks.com.
Enjoy, and thanks for using CBWIRE!
-- Grant