1. Clonar repositorio
## clone with https
git clone https://github.com/scasado93/arch-hex-angular.git <nombre-del-proyecto>
## or clone with ssh
git clone [email protected]:scasado93/arch-hex-angular.git <nombre-del-proyecto>
cd <nombre-del-proyecto>
2. Instalar proyecto
npm install
3. Arrancar proyecto
npm start
En el navegador dirigete a http://localhost:4200 para ver la aplicación en funcionamiento.
Unit testing via Jest:
npm run test
e2e testing via Cypress:
npm run e2e
Cobertura de código:
npm run coverage
La ruta del informe generado de la cobertura de código se localiza en coverage/lcov-report/index.html
This project was generated with Angular CLI version 15.2.2.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.