- package: where the types are created (need to run
pnpm build
for it to update) - app: demo application showing how the package can be used.
- To run the backend go to
backend
and the runpnpm run start
- To run the app go to
app
and runpnpm run dev
- To build
useHttpQuery
and the typescript files go topackage
and runpnpm build
- make it all in one step (build, run app and run backend)