Technical requirements
In Chapter 5, all the practical exercises, their solutions, and the corresponding code are available in the Chapter 5 folder of the GitHub repository here: https://github.com/PacktPublishing/Mastering-Adobe-Commerce-Frontend.
To proceed with this chapter and work with the code while you follow the examples, the following elements are required:
- Fully working development environment with Adobe Commerce/Magento Open Source installation: If you have followed my instructions from the previous chapters, you should have a fully working environment already.
- Code Editor/IDE: I work with PhpStorm, but I also recommend Visual Studio Code. If you’ve worked with others, try checking if there are some Magento/Adobe Commerce plugins available.
- Composer: Make sure the composer works in your local development environment. If you followed the warden installation from Chapter 1, you are all set.
- Command line proficiency: At this point, you are required...