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