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