Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.3 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.3 KB

DragonApp

Projeto gerado com Angular CLI version 7.1.4.

Rodando a aplicação

  • npm install
  • npm run server (para rodar server json)
  • npm start (para rodar a aplicação)
  • Usuário: gandalf@thegrey.com | senha: mellon

Importante

Não é possível editar ou excluir um dragão que não tenha slug. Os dados estão vindo vazios da API. Eu realmente não tive muito tempo para desenvolver o teste. Se tivesse mais tempo, teria dado mais atenção para os testes de componentes, como fiz com os dos services e também olharia mais para questões de layout e experiência.

Libs utilizadas

  • axios;
  • bulma
  • core-js
  • ngx-pagination
  • ngx-toastr
  • normalize.css

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

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.

Running unit tests

Run ng test to execute the unit tests via Karma.