Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 204 Bytes

File metadata and controls

13 lines (8 loc) · 204 Bytes

react-query-crash-course-example

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