Drag and drop for organizing github projects ... see the prototype on the s3bucket
- clone the project
- yarn install
- yarn start
- open https://www.localhost:3000
- check the terminal if you are already running on port 3000.
- deploying to s3:
npm run build && aws s3 sync build/ s3://repository-dashboard
Regards, Michael Dimmitt
Draggand Drop outsourced:
option 1: current implementation (react-sortable-hoc )
option 2: (react-dnd )