Skip to content

scasado93/arch-hex-angular

Repository files navigation

Seed-angular

  1. Instalación
  2. Testing
  3. Mas info

Instalación

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.

Testing

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

Mas info

This project was generated with Angular CLI version 15.2.2.

Code scaffolding

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.

Build

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.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published