Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhossuan/frontend-toolbox
Frontend parala prueba tecnica de toolbox 👷🏽
https://github.com/jhossuan/frontend-toolbox
Last synced: 12 days ago
JSON representation
Frontend parala prueba tecnica de toolbox 👷🏽
- Host: GitHub
- URL: https://github.com/jhossuan/frontend-toolbox
- Owner: Jhossuan
- Created: 2024-04-20T03:09:08.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-20T13:28:48.000Z (7 months ago)
- Last Synced: 2024-04-20T16:07:38.837Z (7 months ago)
- Language: JavaScript
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# INSTRUCCIONES IMPORTANTES đź‘€
Este es el frontend que contiene la tabla en donde se listan los archivos.
Se puede filtrar por el que quieran o en caso de que no, pues esta la opcion All que les permite obtener todos los datos otra vez.
## Iniciar AplicaciĂłnPara iniciar el frontend y que funcione correctamente, recuerden iniciar primero el backend para un mejor funcionamiento.
- Para correrlo en modo producciĂłn, http://localhost:4173
```bash
npm install
npm run build
npm run preview
```- Para correrlo en modo developer, http://localhost:5173
```bash
npm install
npm run dev
```### IMPORTANTE
Por favor tener en cuenta los puertos a la hora de correr la aplicaciĂłn.## Authors
- [@jhossuan](https://www.linkedin.com/in/jhossuan/)