Skip to content

📦 🌴 Product store with TanStack Query, Turborepo and a fake API.

Notifications You must be signed in to change notification settings

santiagodotsh/react-query-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project setup

$ npm install

Compile and run the project

Project uses a fake REST API with json-server only in dev mode

# development (fake REST API: localhost:3100)
$ npm run dev

# production build
$ npm run build

# preview mode
$ npm run preview