Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 326 Bytes

File metadata and controls

15 lines (9 loc) · 326 Bytes

Browser smoke test

This example is meant to quickly verify that the core node-cqrs APIs work in a browser environment.

Run

From the repo root:

npm run build:browser

The bundle is written to dist/browser/node-cqrs.iife.js.

Then open examples/browser/index.html in a browser (e.g. double-click it).