Skip to content

TexasCamp/2018.texascamp.org

Repository files navigation

Decoupled Drupal with GraphQL and React

Prerequisites

Usage

First, you need to clone this repository.

git clone git@github.com:fubhy/drupal-decoupled-app

Then, you need to boot the backend container.

docker-compose build
docker-compose up -d
docker-compose exec cli bash

Once connected to the container, you can now install Drupal.

drush si config_installer -y --account-name=admin --account-pass=admin

Now you can create some content (basic page or article) and run the frontend application.

yarn run dev

Navigating to http://localhost:3000 should present you with a paginated list of articles and by navigation to the path of one of the nodes (basic page or article) you just created, you should see a simple teaser of that node.

Development mode

yarn run dev

Production mode

yarn run build && yarn run start

License

This project is licensed under the MIT license, Copyright (c) 2016 Sebastian Siemssen. For more information see LICENSE.md.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published