How to Build and Deploy a Fibonacci Calculator Using React
Overview:
1. CI/CD pipeline workflow:- A pipeline can be created to automatically deploys the code when any push events occur in GitHub/GitLab.
React App code changes are pushed to GitHub repository
Jenkins detects the change and trigger a build
J...
thilaga219.hashnode.dev5 min read