timeline-beneficio-widget
v15.1.7
Published
Esse projeto foi gerado com [Angular CLI](https://github.com/angular/angular-cli) version 8.3.22.
Downloads
1
Readme
Angular8 REFERENCIA
Esse projeto foi gerado com Angular CLI version 8.3.22.
Dependências
Use um gerenciador de pacotes JS para baixar e instalar as depêncidas do projeto.
No Terminal/Prompt rode o seguinte comando:
npm install
Servidor de Desenvolvimento
Rode o seguinte comando para startar um servidor de desenvolvimento:
npm run start
A aplicação tem um hot reload configurado, ou seja, toda vez que você mudar algum arquivo ele vai ser re-transpilado e a página é automaticamente recarregada.
Build
Run npm run build || npm run build:prod
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
npm run test
Para executar testes unitários via Karma.
Running end-to-end tests
Run ng e2e
to execute the end-to-end tests via Protractor.
Hooks
esse projeto tem um hook(kusky) configurado, então, toda vez que você tentar fazer um push para a master, os comandos npm lint
e npm run test
serão executados para garantimos a qualidade e integridade do código/aplicação.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.