Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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).