Skip to content

Latest commit

 

History

History

tanstack-example

Basic Tanstack Query example

demo

Setup

  1. Make sure you've installed all dependencies for the monorepo and built packages

From the root directory:

  • pnpm i
  • pnpm run -r build
  1. Start the docker containers

pnpm run backend:up

  1. Start the dev server

pnpm run dev

  1. When done, tear down the backend containers so you can run other examples

pnpm run backend:down