- 1 - Instalar dependencias: npm install
- 2 - Correr el servidor: ng serve
- 3 - Abrir el navegador: http://localhost:4200
- 1 - Crear la imagen: docker build -t heroes . (NO OLVIDAR EL .)
- 2 - Correr la imagen: docker run -d -it -p 8080:80 heroes
- 3 - Abrir el navegador: http://localhost:8080/
npm run lint
npm run lint-fix
npm run test