Skip to content

mschn/angular-query-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Query Sample

This project is a sample application that uses

It shows how you can build a modern Angular app with Tanstack Query.

This app contains an Angular client and a Node.js server that runs with Fastify

Quick start

You can start the UI and the server simultaneously using docker:

docker compose up -d

Dev mode

For development you can run both UI and server in separate processes manually:

# start the UI
cd ui
npm i
npm run start
# start the server
cd server
npm i
npm run start

About

Sample Angular app with Tanstack Query

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published