Visualizar em https://desafiofractaltecnologia.herokuapp.com/
- Clone este repositório:
git clone https://github.com/pauloregis/punkapi-app.git
; - Instale as dependências:
npm install
; - Execute
npm start
para navegar emhttp://localhost:3000
- Iniciar a CLI do jest e rodar os testes:
npm test
; - Cobertura de testes(Code Coverage):
npm run test:coverage
;