It's a simple project to show you how SonarQube works. You can find the article about it here.
- Install node_modules with command npm i
- Start SonarQube docker container with command npm run sonarqube:up
- Start tests with command npm run test
- Start analysis with command npm run sonarqube-verify
- Go to http://localhost:9000
- Log in with admin/admin credentials
- Now you can see the sonarqube-example project's report