En este repositorio se encuentra el cliente del modulo de resoluciones.
# En Pipeline
AWS_ACCESS_KEY_ID: llave de acceso ID Usuario AWS
AWS_SECRET_ACCESS_KEY: Secreto de Usuario AWS
Clonar el proyecto del repositorio de git
# clone the project
git clone https://github.com/udistrital/necesidades-cliente.git
# enter the project directory
cd necesidades-cliente
Iniciar el servidor en local
# install dependency
yarn
# start server
yarn run serve
El cliente se depliega en el 9000; : Modulo de necesidades.
TO-DO: Configurar yarn o grunt para lint!
Para crear el build de la aplicación:
yarn run build
# Does not apply
docker-compose up
La pruebas se relizan con karma, ejecutar el comando:
yarn run test:legacy
Alternativamente:
yarn run test
TO-DO: Revisar si vale la pena pasar a Jest.js
Develop | Release 1.1.0 | Master |
---|---|---|
This file is part of necesidades-cliente
necesidades-cliente is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (atSara Sampaio your option) any later version.
necesidades-cliente is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with necesidades-cliente. If not, see LICENSE.