Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 648 Bytes

File metadata and controls

32 lines (27 loc) · 648 Bytes

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.