Drupal 8 has plenty of contributed modules to help you building a headless/decoupled web application. However, getting all the those setup correctly can be a daunting task.
The Drupal Boina Distribution, comes with everything you need (code, configuration and even default content), all that will be added to your site during the installation process so you can start working with the Boina Gatsby Starter immediately.
git clone git@github.com:weknowinc/drupal-boina.git
cp .env.dist .env
127.0.0.1 drupal-boina.develop
ahoy up
ahoy composer install
ahoy drupal boina:install
Open browser and point to http://drupal-boina.develop/user/login
and enter user/passwrod as admin/admin
NOTE: Make sure you update admin user using a strong password.
ahoy drupal user:password:reset admin [ENTER_YOUR_DESIRE_PASSWORD]
ahoy drupal user:login:url admin