Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (20 loc) · 1.1 KB

README.md

File metadata and controls

39 lines (20 loc) · 1.1 KB

PruebaIrontec

Generado con Angular CLI versión 8.3.8.

Requisitos del entorno de trabajo

GIT (https://git-scm.com/book/en/v2/Getting-Started-Installing-Git);

Node.js (https://nodejs.org/en/);

npm (https://www.npmjs.com/get-npm).

Obtener el código

Tras clonar del repositorio con git clone https://github.com/Am1vf/prueba-irontec.git en la consola de comandos;

Entrar en la carpeta prueba-irontec;

Instalar dependencias con npm install;

Probar en entorno de desarrollo

Ejecutar ng serve y navegar a http://localhost:4200/.

Compilar para producción

Ejecutar ng build --prod, el contenido de la carpeta dist/ quedará listo para subir a producción.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Ayuda

Para mas ayuda con la Interfaz de Linea de Comandos ng help o el leemé de Angular CLI (https://github.com/angular/angular-cli/blob/master/README.md).