# react-awesome-query-builder-demo

Demo app (built with `create-react-app`), uses external library from npm.  
Uses AntDesign widgets by default.  
**Uses TypeScript.**


### Run in sandbox
[![Open in codesandbox.io](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/ukrbublik/react-awesome-query-builder/tree/master/sandbox?file=/src/demo/config_simple.tsx)

Or create own temaplte on [codesandbox.io](https://codesandbox.io/) by importing from `https://github.com/ukrbublik/react-awesome-query-builder/tree/master/sandbox`, open `src/demo/config_simple.tsx` and play!


### Run locally
```sh
cd sandbox
npm i
npm start
# npm run build
```
Will open `http://localhost:3000` in a browser.  
Feel free to play with code in `src/demo` dir.  


### Run with Vite
```sh
cd sandbox
npm i
npm run dev
# npm run build-vite && npm run serve
```
