Skip to content

shahednasser/react-query-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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