https://github.com/henriteinturier/training-dragndrop
Test React-dnd beautiful-dnd & reactQuery
https://github.com/henriteinturier/training-dragndrop
react-beautiful-dnd react-dnd react-query
Last synced: 18 days ago
JSON representation
Test React-dnd beautiful-dnd & reactQuery
- Host: GitHub
- URL: https://github.com/henriteinturier/training-dragndrop
- Owner: HenriTeinturier
- Created: 2023-04-09T13:13:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T14:59:11.000Z (over 2 years ago)
- Last Synced: 2025-01-29T05:45:02.198Z (9 months ago)
- Topics: react-beautiful-dnd, react-dnd, react-query
- Language: JavaScript
- Homepage:
- Size: 1.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# initialisation
Pour initialiser le projet nous devons lancer notre serveur json sur le port 3500
```
json-server -w data/db.json -p 3500
```pour pouvoir lancer le serveur il faut installer json-server
```
// installation globale:
npm i json-server -g
// lancer le serveur sans installation prealable.
npx json-server -w data/db.json -p 3500
```
React-Beautiful & useQuery
![]()
React-Dnd change folder Item
![]()
React-Dnd Tuto Chess
![]()