Decoupled Drupal Dev on Docker with Docksal Doing the Dirty Work

Drupal Camp Asheville 2024 - July 12th-14th

Room
Mt. Pisgah (228)
Start Time

Topics

Presenter(s)

Session title slide with JD's headshot against a brick wall

When a decoupled project begins one of the hardest parts that I’ve found is setting up a local environment to simulate all the necessary components.  How will the CMS be served? How will the decoupled front end be displayed? What about the dev server for rendering previews? Can I still call it headless or is decoupled the only appropriate word?

There is a better way! In this session I will be walking you through a setup that I use that incorporates separate servers for a Gatsby static site, a Drupal CMS site, and a development server running on NodeJS.  Best of all, because its container based, it’s extremely portable and can be reused for multiple projects! Ready to learn more?