Skip to content

Node.js TypeScript application with SonarQube static code analysis

Notifications You must be signed in to change notification settings

first-line-outsourcing/sonarqube-example

Repository files navigation

Node.js TypeScript application with SonarQube static code analysis

It's a simple project to show you how SonarQube works. You can find the article about it here.

Steps

  • 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

About

Node.js TypeScript application with SonarQube static code analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published