Getting Setup for Modern WordPress Development

Sdílet
Vložit
  • čas přidán 13. 09. 2023
  • Get started with modern WordPress development by setting up the essential tools. Learn how to access the command line, install Node.js and npm with Node Version Manager (nvm), and prepare your environment for efficient development with WP-CLI (WordPress Command Line Interface). Whether you're on Mac or Windows, this video will guide you through the setup process. Stay tuned for more WordPress development tips and tricks!
    For NVM link use curl o raw.githubusercontent.com/nvm... | bash
    For WP-CLI use curl -O raw.githubusercontent.com/wp-...

Komentáře • 6

  • @piltdownmanginnungagap6906
    @piltdownmanginnungagap6906 Před 10 měsíci +1

    Is this the start of a series titled Modern WordPress Development? This is great stuff!

    • @elliottrichmondwp
      @elliottrichmondwp  Před 10 měsíci

      It sure is, my channel will be dedicated to two types of content, one for users of WordPress and one for developers or users who would like to dip their toes into WordPress development 👍

  • @chris74er90
    @chris74er90 Před 3 měsíci +1

    Could you also show how to deal with wp-cli on windows?

    • @elliottrichmondwp
      @elliottrichmondwp  Před 3 měsíci

      Ideally this is for UNIX-like environment (OS X, Linux, FreeBSD, Cygwin); there is currently limited support in Windows environment

  • @wpmarkuk
    @wpmarkuk Před 10 měsíci +1

    If only installing those tools was that easy! It has never been that way for me 🤔

    • @elliottrichmondwp
      @elliottrichmondwp  Před 10 měsíci

      That’s why I wouldn’t recommend installing Nodejs directly which does cause issues, it’s much easier to use nvm, also if you already have Nodejs installed that may also cause issues 😩