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
- Host: GitHub
- URL: https://github.com/jonoman55/react-query-app
- Owner: jonoman55
- License: mit
- Created: 2023-03-04T17:23:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T17:37:35.000Z (almost 3 years ago)
- Last Synced: 2025-03-15T04:42:26.348Z (11 months ago)
- Topics: axios, json-server, nodejs, react-query, react-query-devtools, reactjs, tanstack-react-query, vite
- Language: JavaScript
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`