An open API service indexing awesome lists of open source software.

https://github.com/oscarvalenzuela25/zustand

Practica para usar zustand
https://github.com/oscarvalenzuela25/zustand

course react zustand

Last synced: 9 months ago
JSON representation

Practica para usar zustand

Awesome Lists containing this project

README

          

# React + TypeScript + Vite + Zustand + TailwindCSS + ReactRouterDom

Este es un cascarón de proyecto, siéntete libre de usarlo para tus proyectos.

Dashboard Screenshot

## Instalar

1. Clonar proyecto
2. Instalar dependencias `npm install`
3. Instalar Docker Desktop
4. Ir a la raiz del proyecto y digitar `docker compose up -d`
5. Correr en desarrollo `npm run dev`
6. Ejecutar en postman el endpoint `http://localhost:3000/api/seed` para llenar la BD
7. Documentación de los endpoints `http://localhost:3000/api`
8. Fuente `https://hub.docker.com/r/klerith/teslo-shop-cors`