https://github.com/equilapi/prueba-tecnica-frogmi
https://github.com/equilapi/prueba-tecnica-frogmi
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/equilapi/prueba-tecnica-frogmi
- Owner: Equilapi
- Created: 2021-02-18T19:47:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-18T19:47:26.000Z (almost 5 years ago)
- Last Synced: 2025-01-20T20:53:15.621Z (about 1 year ago)
- Language: Vue
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prueba técnica Frogmi
Este proyecto esta desarrollado con el framework front-end de JavaScript VueJS. Támbién se utilizaron plugins como Vuex para el manejo de datos globales.
## Instalación de dependencias
Posterior a la descarga del proyecto se debe instalar las dependencia requeridas en package.json
```bash
npm install
```
## Correr el proyecto
```python
npm run dev
```