Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 559 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 559 Bytes

Decoupled Drupal proof of concept

React application with Drupal as datasource. This setup uses GraphQL module to expose content to the React application. The main goal for creating this was to explore the potential pitfalls when building accessability focused React application.

Requirements

Setup

React

cd frontend
npm install
npm start

Drupal

cd drupal
lando start
lando build.sh reset