Creating your first Magento 2 theme
After learning some of the basic concepts of the structure that accompanies the creation of Magento themes, it's time to work on creating your first simple Magento theme. Before creating the theme, it's necessary to explain to you, dear reader, a few important concepts of Magento theme development.
This step is very important for defining a standard process of developing themes, which will involve support tools, coding, and implementation for the visualization of the final result.
Magento Modes
One of the new features of Magento 2 is the Magento Mode feature. With this feature, you can choose how the system will behave with server requests.
Magento modes are divided into three options:
Default mode: This is the way that Magento 2 operates normally. One of the characteristics is that errors are never shown to the user, and the static files are cached. This mode is ideal if the Magento system works on only one server without the settings changing. The default...