Technical requirements
In addition to all the standard technical requirements that we mentioned in the previous chapters, you will need the following:
- An Azure cloud subscription
- Access to GitHub and GitHub Actions
- A high-level understanding of CI and CD concepts
- Knowledge of Docker and containerizing apps will be helpful
The code files for this chapter can be found at the following URL, where we essentially started with the microfrontend we built in Chapter 6: https://github.com/PacktPublishing/Building-Micro-Frontends-with-React.
We also assume you have a basic working knowledge of Git, such as branching committing code and raising a pull request.