Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 692 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 692 Bytes

devops-frontend

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.

Build the 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