Remix
This is an example project of a Remix app that connects to a Drupal instalaltion using GraphQL.
Getting Started
Clone Remix example project
npx create-remix@latest --template octahedroid/drupal-decoupled/starters/remix
Copy .dev.vars.example
cp .dev.vars.example .dev.vars
Update values read copied file for instructions
Development
Run the dev server:
yarn dev
Sync GraphQL Changes
Run the gql:sync
script
yarn gql:sync
Remix docs
📖 See the Remix docs and the Remix Vite docs for details on supported features.