An open API service indexing awesome lists of open source software.

https://github.com/shahednasser/react-query-tutorial

Code for React Query tutorial
https://github.com/shahednasser/react-query-tutorial

react react-query react-query-tutorial react-tutorial react-tutorials tanstack

Last synced: 2 months ago
JSON representation

Code for React Query tutorial

Awesome Lists containing this project

README

        

# React Query (TanStack Query) Tutorial

Code for [React Query v4 (TanStack Query) Tutorial](https://blog.shahednasser.com/react-query-tutorial-for-beginners/).

## Instructions

### Server

Change to the `server` directory and install the dependencies:

```bash
npm install
```

Then, run the server:

```bash
npm start
```

### Website

Change to the `website` directory and install the dependencies:

```bash
npm install
```

Then, run the website:

```bash
npm start
```

Make sure the server is running first