Chapter 5. Creating a Responsive Magento 2 Theme
"I do not think there is any thrill that can go through the human heart like that felt by the inventor as he sees some creation of the brain unfolding to success... such emotions make a man forget food, sleep, friends, love, everything" - Nikola Tesla
The previous chapters introduced various aspects, variables, and techniques that are part of the development of themes for Magento 2. It's important to note that the more you deepen your searches and participate in solutions development discussion groups, the faster you will develop a methodology to create your own schema to develop themes for Magento 2. This chapter's main mission is the practical application of concepts we've previously seen, by creating a new theme project called BookStore.
The following topics will be covered:
- Introducing the BookStore theme project
- Managing dependencies with Composer
- Building the BookStore theme
- Developing Magento 2 templates...