Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 377 Bytes

File metadata and controls

34 lines (26 loc) · 377 Bytes

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