Samples using the Reactive-Domain Toolkit
To run Acount balance install ES from choclatey https://chocolatey.org/search?q=eventstore
recomended command line options for getting started "[Your install directory]EventStore.ClusterNode.exe" --db ./db --log ./logs --start-standard-projections=True --run-projections=System
Launch eventstore
URL for monitoring the DB http://localhost:2113/web/index.html#/dashboard
Open the AccountBalance Solution
Set AccountBalance2 as the startup project
Build & Run