Skip to content

Files

Latest commit

 

History

History
20 lines (14 loc) · 449 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 449 Bytes

This repository is a small example of a fullstack application using tanstack Query. Stack :

  • Nx
  • NestJS
  • Angular
  • Tanstack Query
  • Daisy UI
  • Tailwind CSS

Initialisation Step

run pnpm i to install all dependencies

run nx serve api to start the api server run nx serve demo to start the demo server

You can now play with the application.

If you want to see tanstack query in action, you can switch to the branch 5-factory-key.