There are a handful of examples in the repo with varying levels of complexity, and you can play with all these examples directly within the docs site, which all link to the source code for you to browse.
The
Simple Counter is the most basic for showing the general boilerplate for getting started.
The
Kitchen Sink example shows all of the major functionality with most of the DSL functions used in its implementation. This example is the most useful when viewing it with the
Debugger open to see the full activity and get a better sense of how the different features interact