Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 438 Bytes

README.md

File metadata and controls

50 lines (31 loc) · 438 Bytes

flow-engine

A simple flow engine that evaluates rules against passing object.

Requirement

node > 6.11

yarn > 0.24

Install

Install yarn first:

npm install -g yarn

And install dependencies:

yarn install

Usage

Build app first:

yarn run build

Then you can start playing:

yarn run serve

Or you can start dev mode with file watcher:

yarn start

Test

yarn run test