Re-Learning WordPress Development

Roadmap to set up the environment:

  1. Install Docker-ce.
  2. Install NVM, and then install the LTS version of nodejs.
  3. Install wp-env command: npm install –global @wordpress/env
  4. Create a sample block project:
    • npx @wordpress/create-block testblock
  5. Go into the directory and: wp-env start

Learning Resources