packages/docsite/markdown/docs/examples/examplesRoot.md
The examples here perform a lot of jobs:
If you use a pattern that is not covered here, please consider submitting a Pull Request to add it to this list.
For these examples, the following flags are available. To enable them add them to the end the example URL.
?debug - Enables debug mode of dnd-core. This registers dnd-core with the Redux Devtools Chrome extension.?touch - Swaps out the backend used in the examples from react-dnd-html5-backend to the react-dnd-touch-backend.To run these examples locally, clone the react-dnd repository, and run
> yarn
> yarn build:
> yarn start:docsite
It will take a while to start, but after the site is built, you can access the examples by opening http://localhost:8000/ and clicking “Examples” in the navigation bar.