/starter-angular-ci

Starter project using Angular 7 with jenkins and sonar

Primary LanguageTypeScript

Starter Waiting List

Installation et exécution

  1. Install NodeJS Installer

  2. Clone your repository

git clone https://github.com/PATH_TO_YOUR_REPOSITORY.git
  1. Install the dependencies
npm install
  1. Run the application
npm start

Check your application at

http://localhost:4200/

Start the project

Run

npm start

Run the linter

npm run lint

Note: The linter will be executed before each commit. If the linter fails then the commit will be canceled.

Angular documentation

The best documentation is the Official Angular Documentation. It contains everything and it is always up to date.

sonarqube

To use sonar, you need a .env file in the root directory following the .env.example pattern.

npm run coverage
npm run sonar

Inspiration

based on that project