Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 482 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 482 Bytes

Searchbox Project

This project demonstrates an example of a searchbox using the debounce feature with technologies such as Tailwind CSS, React JS, TankStack Query and Vite.

Additionally, this project can connect to a VTEX site by replacing the following values:

VITE_KEY=XYZ
VITE_TOKEN=XYZ
VITE_API_URL=https://<sitename>.vtexcommercestable.com.br

Project configuration

  • Install all the dependencies
bun install

Development Workflow

bun dev