Skip to content

udistrital/plantillas_cliente

Repository files navigation

plantillas_cliente

✔️ Check: cliente para el nuevo sistema de Plantillas

Especificaciones Técnicas

Tecnologías Implementadas y Versiones

Variables de Entorno

# En Pipeline
SLACK_AND_WEBHOOK: WEBHOOK ..
AWS_ACCESS_KEY_ID: llave de acceso ID Usuario AWS
AWS_SECRET_ACCESS_KEY: Secreto de Usuario AWS

Ejecución del Proyecto

Clonar el proyecto del repositorio de git

# clone the project
git clone https://github.com/udistrital/plantillas_cliente.git
# enter the project directory
cd plantillas_cliente

Iniciar el servidor en local

# install dependency
npx npm install
or
npm install
# start server
npx ng serve
# Whenever you want to change the port just run
npx ng dev --port = 9528

Linter

# Angular linter
npm run lint
# run linter and auto fix
npm run lint:fix
# run linter on styles
npm run lint:styles
# run lint UI
npm run lint:ci

Ejecución Dockerfile

# Does not apply

Ejecución docker-compose

# Does not apply

Ejecución Pruebas

Pruebas unitarias powered by Jest

# run unit test
npm run test
# Runt linter + unit test
npm run test:ui

About

Cliente para el módulo de plantillas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published