Skip to content

hilma-tech/react-query-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-query-todos

A minimal project for learning about react query

Installation

To install dependencies, run the following command in server and in client:

npm install

Make sure you have MySQL installed and running on your computer, with a database called testing_todos.

Running

To run the server, use:

npm run start:dev

To run the client, use:

npm run dev