This is a minimal example of a React static site created with create-react-app.
Click on the button below to deploy this repository with CI/CD on Elestio:
To learn how to deploy a React app on the Elestio cloud, please refer to our tutorial document and video.
git clone YOUR_REPOSITORY_URL
cd reactjs
npm install
npm start
Try to make some change in your src/App.js then push to the git repository
After few seconds to few minutes your change will be deployed on your CI/CD target 🚀