Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jonra1993/sonarqube-react-webapp
- Owner: jonra1993
- License: mit
- Created: 2021-10-29T15:40:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T23:44:03.000Z (6 months ago)
- Last Synced: 2024-07-14T00:34:45.194Z (6 months ago)
- Topics: docker-compose, react, reactjs, sonarqube
- Language: TypeScript
- Homepage:
- Size: 710 KB
- Stars: 1
- Watchers: 2
- 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
[![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