-
Install NodeJS Installer
-
Clone your repository
git clone https://github.com/PATH_TO_YOUR_REPOSITORY.git
- Install the dependencies
npm install
- Run the application
npm start
Check your application at
http://localhost:4200/
Run
npm start
npm run lint
Note: The linter will be executed before each commit. If the linter fails then the commit will be canceled.
The best documentation is the Official Angular Documentation. It contains everything and it is always up to date.
To use sonar, you need a .env file in the root directory following the .env.example pattern.
npm run coverage
npm run sonar
based on that project