Run WordPress Locally

  1. First download the WordPress boilerplate. You can get it from WordPressorg.
  2. Open Terminal.
  3. Check php. command php -v
  4. If there is php type php -S localhost:8000
  5. Note: You must be in wordpress directory.