clone the repository
git clone https://github.com/imfemill/react-dnd.gitgo to directory
cd react-dndinstall dependencies
# install node_modules
npm install
# or
yarn
# or
bun installstart the application
npm run dev
# or
yarn run dev
# or
bun run dev