A React/Rails HTML5 Based Drag and Drop Experiment
bundle install
npm install
rails s
open 'http://localhost:3000/pages/index'
The master branch is like my sandbox. It has lots of stuff in it, including some junk I'm eventually going to throw out. Checkout the the release tags for specific articles that link to this repo.
- v1.0 - Complex Drag and Drop Lists using React.js
- v2.0 - Testing Drag and Drop Lists using React.js
- v2.0 - Adding Multi-Select to the React Drag and Drop List with TDD
- v3.0 - Baseline for Building Forms with Reflux