Magento 2 Workflow – Best Practices and Development Tools

best practicemagento2workflow

I am curious what other members of the community are using and suggest for M2 development:

  1. "What are some suggested Magento 2.X workflows?"
  2. "What tools/configurations/plugins are being used for Magento 2.X Development?"

This is subjective, but I would still like to solicit community feedback.

Thank you!

Best Answer

Integer_Net made a great article about Magento 2 frontend workflow, I suggest you check it out: https://www.integer-net.com/magento-2-frontend-workflow-step-by-step/

Basically the idea is:

  • setup project's general structure
  • setup Grunt environment
  • create theme files
  • start frontend workflow with Grunt

Regarding the useful tools, here are my suggestions based on my personal experience:

Related Topic