Frontend project with example Azure Pipelines CI, CircleCI, Github Actions CI, Gitlab CI
- Azure pipelines CI can be found in the root of the project under azure-pipelines.yml
- Gitlab CI can be found in the root of the project under .gitlab-ci.yml
- Github Actionss can be found in the .github/workflows folder under frontend-ci-cd.yml
- Circle CI can be found in the .circleci folder under config.yml
This project was bootstrapped with Create React App.
To build and run the application:
npm start
To run lint in the project:
npm run lint
To run tests in the project:
npm test