Counter Example

A simple example of a counter which can be increased or decreased with the press of a button.
Running
Run a debug version of this application:
trunk serve
Run a release version of this application:
trunk serve --release
Concepts
Demonstrates the use of messages to update state.