README.md
July 26, 2018 ยท View on GitHub
A typescript example of React Beautiful DnD multi-list transfer.
New to React? New to Typescript?
Download the example.
git clone git@github.com:abeaudoin2013/react-beautiful-dnd-multi-list-typescript-example.git
With npm
Then:
npm install
Then:
npm start
With yarn
Then:
yarn
Then:
yarn start
And you're off to the races!
Here is a link to the original sandbox example from React Beautiful DnD.