/react-query

Primary LanguageJavaScript

react-query

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