React Query (TanStack Query) Tutorial

Code for React Query v4 (TanStack Query) Tutorial.

Instructions

Server

Change to the server directory and install the dependencies:

npm install

Then, run the server:

npm start

Website

Change to the website directory and install the dependencies:

npm install

Then, run the website:

npm start

Make sure the server is running first