@coocoon/react-awesome-query-builder
Version:
User-friendly query builder for React. Demo: https://ukrbublik.github.io/react-awesome-query-builder
22 lines (15 loc) • 779 B
Markdown
# react-awesome-query-builder-demo-simple
Demo app (built with `create-react-app`), uses external library from npm.
Uses vanilla widgets.
Not uses TypeScript.
### Run in sandbox
[](https://codesandbox.io/s/github/ukrbublik/react-awesome-query-builder/tree/master/sandbox_simple?file=/src/demo/config_simple.js)
Or create own temaplte on [codesandbox.io](https://codesandbox.io/) by importing from `https://github.com/ukrbublik/react-awesome-query-builder/tree/master/sandbox_simple`, open `src/demo/config_simple.js` and play!
### Run locally
```sh
cd sandbox_simple
npm i
npm start
```
Will open `http://localhost:3000` in a browser.
Feel free to play with code in `src/demo` dir.