mix deps.get
mix compile
Once compiled, run iex -S mix
to start the application in a command shell.
At the command prompt, you can run these statements to send messages around the Event Bus.
alias DistributedComponents.EventGenerator
EventGenerator.one()
EventGenerator.two()
EventGenerator.three()