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

https://github.com/jonoman55/react-query-app

TanStack React Query App
https://github.com/jonoman55/react-query-app

axios json-server nodejs react-query react-query-devtools reactjs tanstack-react-query vite

Last synced: 5 months ago
JSON representation

TanStack React Query App

Awesome Lists containing this project

README

          

# react-query-app

In order to run this project you need to start both the client and the API.

## Start Client

1. `cd client`
2. `npm run dev`

## Start API

1. `cd api`
2. `npm start`