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
- Host: GitHub
- URL: https://github.com/oscarvalenzuela25/zustand
- Owner: oscarvalenzuela25
- Created: 2023-12-10T23:18:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-06T23:34:36.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T22:41:42.255Z (10 months ago)
- Topics: course, react, zustand
- Language: TypeScript
- Homepage:
- Size: 318 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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`