https://github.com/lockstep/redux-dnd
Testing React DND with React Router and Redux
https://github.com/lockstep/redux-dnd
Last synced: 18 days ago
JSON representation
Testing React DND with React Router and Redux
- Host: GitHub
- URL: https://github.com/lockstep/redux-dnd
- Owner: lockstep
- Created: 2016-08-25T02:11:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-25T03:49:50.000Z (over 9 years ago)
- Last Synced: 2025-01-28T13:48:12.777Z (about 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Redux Drag and Drop
Testing React DND with React Router and Redux in an attempt to reproduce https://github.com/gaearon/react-dnd-html5-backend/issues/43.
## Setup
Clone the repo then:
```
npm install
webpack
open index.html
```