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 1 year ago
JSON representation
Static Analysis Project Using SonarQube in a React Webapp
- Host: GitHub
- URL: https://github.com/jonra1993/sonarqube-react-webapp
- Owner: jonra1993
- License: mit
- Created: 2021-10-29T15:40:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T23:44:03.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T14:21:13.361Z (about 1 year ago)
- Topics: docker-compose, react, reactjs, sonarqube
- Language: TypeScript
- Homepage:
- Size: 897 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](http://badges.mit-license.org)
- **[MIT license](http://opensource.org/licenses/mit-license.php)**
- Created by Jonathan Vargas