This project was generated using Angular CLI version 9.0.4.
Install Node.js from [https://nodejs.org/en/download/] but we recommend that you install it using Node Version Management [https://github.com/nvm-sh/nvm] (v12.16.1 LTS).
Angular CLI is a Command Line Interface (CLI) to speed up your development with Angular.
Run npm install -g @angular/cli
to install Angular CLI
Run npm install
to install the required node_modules for this project.
Run ng serve
to run the app in dev mode. After executing this command, you can navigate to http://localhost:4200/
to see the app working.
The app will automatically reload if you change anything in the source files.
Create file .keys.json from keys.example.ts into environments folder
Install the following extensions:
EditorConfig for Visual Studio Code
.TSLint
Prettier - Code formatter
.- Go to user settings (
settings.json
) and enable formatting on save:"editor.formatOnSave": true
.
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. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
The app deployment is automatically executed after each pull request is merged in master. That's wht it is necessary that each pull request meets at least 80% of test coverage.
You can visit the app in the following link:
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.