nflow
v0.2.17
Published
event/data/control flow
Downloads
130
Readme
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
- 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)
Unit Tests
To run all unit tests, clone this repo and run:
npm install
npm test