Boilerplate for a headless setup of Wordpress with Municipio
- Create project with Composer
composer create-project municipio/municipio-boilerplate-headless <folder>
- Update package name, author and description in composer.json and package.json.
- Duplicate all example files in /config and update them to match your setup.
- Create your empty database.
- Install ACF Pro as an MU plugin.
- Run
valet link --secure
. - Run
valet open
and then the Wordpress install wizard.