Event/data/control flow
nflow is a hierarchical event dispatcher for managing you application's event/data/control flow.
For docs and examples visit: http://nflow.js.org/
npm i nflow --save
nFlow uses webpack to compile the code, run the tests and run a local dev server:
Clone this repo and run:
npm start
- Unit tests are served on: http://localhost:5000/test/
(Hot loader: http://localhost:5000/webpack-dev-server/test) - Docs are served on: http://localhost:5000/docs/
(Hot Loader: http://localhost:5000/webpack-dev-server/docs)
To run all unit tests, clone this repo and run:
npm install
npm test