- create an azure devops account here
- create an organization in azure devops. guide.
- create a project in your organization. guide
- import this repository to your project. how to import
- Full Guide here
- you can use sonarcloud 14 days free trial. sonarcloud.
- setup sonarcloud in azure devops. link
- a sample e-commerce shopping site using azure devops pipelines
$ git clone https://github.com/Refactoring-do/azure-devops-pipelines.git
$ cd azure-devops-pipelines/
$ npm i
$ npm start
To test:
$ npm run dev
To test:
$ npm run test