# nflow JS
Event/data/control flow
What is it?
nflow is a hierarchical event dispatcher for managing you application's event/data/control flow.
For docs and examples visit: http://nflow.js.org/
Installation
npm i nflow --save
How to develop
nFlow uses webpack to compile the code, run the tests and run a local dev server:
Clone this repo and run:
npm start
- navigate to
http://localhost:5000/webpack-dev-server/
to run the tests in the browser
Unit tests & health check
To run the unit tests, clone this repo and run: