Documentation is a key for any coding project and the README file is a big part of it. In this article you can find some best practices on how to write a good README file.
Continuing after my previous post about Gitlab CI/CD, I would like to show another example of Continuous Integration, this time with unit testing react components.
In this post I will try and explain how to deploy a simple javascript application on GitLab pages, using Continuous Deployment with a live working example.