Angular CLI versão 17.3.4.
Este projeto é um aplicativo de gerenciamento de clientes e contatos, desenvolvido com Angular e Angular Material, com autenticação baseada em tokens.
Antes de começar, certifique-se de que atende aos seguintes requisitos:
- Node.js: Baixe e instale o Node.js, incluindo o gerenciador de pacotes npm, no site nodejs.org.
- API Backend: Baixe e instale a API Backend, disponível no repositório AngularMaterialCustomersAPI.
- Execute o comando
npm install
para instalar as dependências do projeto. - Execute o comando
npm start
para iniciar o servidor de desenvolvimento. Navegue atéhttp://localhost:4200/
.
O aplicativo exige login, o usuário padrão é admin
e a senha padrão é admin
, mas podem ser conferidos e alterados na API, no arquivo seed.ts .
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
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.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.