Setup
Download the latest version of Drupal using Composer. With Composer is easy to manage all the Drupal dependencies.
composer create-project drupal/recommended-project my_project
This command automatically executes the composer install command and download the latest Drupal version.