- Clone this repo
git clone https://github.com/dkacper/react-query-workshops.git
cd react-query-workshops
- Install dependencies
pnpm install
- Run the app
pnpm dev
- Open another tab in your terminal and run json-server
pnpm start:api
Go to http://localhost:3000