Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 374 Bytes

File metadata and controls

30 lines (20 loc) · 374 Bytes

TanStack Query Workshops

Getting started

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

Go to http://localhost:3000