Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 364 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 364 Bytes

Query builder

Implemented 2 versions of query builder.

In the first version, builder logic based on tree and its nodes. In the second version, access to the nodes is realized by indexing the paths.

Install packages

npm run install

Run Vue implementation

npm run start-vue

Run React implementation

npm run start-react