Skip to content

Latest commit

 

History

History

sandbox_simple

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@react-awesome-query-builder/sandbox-simple

npm

Demo app built with vite.
Uses vanilla widgets.
Not uses TypeScript.

Preview

https://ukrbublik.github.io/react-awesome-query-builder/sandbox_simple/

Run locally

From the root of cloned repository:

pnpm sandbox-js

Or copy sandbox_simple dir and run inside it:

npm run preinstall
npm i
npm start

In first case local @react-awesome-query-builder/* packages will be used.
In second case @react-awesome-query-builder/* packages will be downloaded from NPM.

Then open http://localhost:5174 in a browser.
Feel free to play with code in src/demo dir.

Run in sandbox

Open in codesandbox (if it freezes on "Initializing Sandbox Container" please click "Fork")

Open in stackblitz (installing dependencies can take a while)