


GitLabĬreate an account at and then a New Project. When an application is created with the Angular CLI, a git repository is also created. $ ng testĪnd the following, for the end to end tests. Run the following, to run the unit tests. $ npm install -g a new Angular application $ ng new demo-app $ cd demo-app/Īngular will set up everything you need for your application, including initial test setup. Check if NodeJS and npm are not installed. Let’s start by installing the Angular CLI globally. This guide assumes none of the tools mentioned in the title were either installed or configured. That’s why GitLab was chosen, as it provides a set of tools that would have to be externally added otherwise. In a world where each tool overlaps the next, we want something simple, reliable, and easy to maintain. This article will provide an initial setup to better understand and configure a continuous integration and delivery architecture (CI/CD). “white concrete building” by Grant Lemons on Unsplash
