Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonra1993/sonarqube-react-webapp

Static Analysis Project Using SonarQube in a React Webapp
https://github.com/jonra1993/sonarqube-react-webapp

docker-compose react reactjs sonarqube

Last synced: about 2 months ago
JSON representation

Static Analysis Project Using SonarQube in a React Webapp

Awesome Lists containing this project

README

        

# Description

This project has been created as part of this [medium post](https://medium.com/jrtec/static-analysis-using-sonarqube-in-a-react-webapp-dd4b335d6062) as a way to run a static analysis for a React webapp. It can be usefull in any node project too.

# Installation

Please run the following commands to run this code.

```
git clone https://github.com/jonra1993/sonarqube-react-webapp.git
cd sonarqube-react-webapp
yarn install
yarn start
```

# Start SonarQube server

```
docker-compose up
```

# Setup SonarQube project

You can find more instruction on how to acomplish this in my post [here](https://medium.com/jrtec/static-analysis-using-sonarqube-in-a-react-webapp-dd4b335d6062)

# Run Scan

```
yarn sonar
```

## License

[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)

- **[MIT license](http://opensource.org/licenses/mit-license.php)**
- Created by Jonathan Vargas