This example is meant to quickly verify that the core node-cqrs APIs work in a browser environment.
From the repo root:
npm run build:browserThe bundle is written to dist/browser/node-cqrs.iife.js.
Then open examples/browser/index.html in a browser (e.g. double-click it).