Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 417 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 417 Bytes

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