The combination of React Query and React Router is a match made in heaven.
React Query's data caching + React Router's data prefetching = powerful data fetching logic β¨
To run this project on your local machine, follow these steps.
- npm
npm install npm@latest -g
- yarn
npm install yarn@latest -g
- Clone the repo
git clone https://github.com/jaypedia/star-todo.git
- Move to server folder & Install yarn packages
cd server yarn install - Move to client folder & Install NPM packages
cd client npm install - Start server
yarn start
- Start client in development mode
npm start
β¬οΈ back to top
