Site logo

cicd

Implement CI for react app with github action

Implement CI for react app with github action

In this article, you will learn how to implement continuous integration in your React application using GitHub Actions.

What is a CI/CD?

What is a CI/CD?

CI and CD stand for continuous integration and continuous delivery/continuous deployment. Automating the process of integrating code changes, build code, testing and deployment