systemseed / drupal_reactjs_boilerplate

Docker based Drupal / React boilerplate with Unit / API / End-to-end test coverage examples.
https://medium.com/systemseed/kicking-off-decoupled-drupal-react-projects-with-boilerplate-67253a8dee29
GNU General Public License v3.0
84 stars 30 forks source link

CircleCI ReadTheDocs

What is this project for?

The main purpose of the project is to provide a super-quick start for fully decoupled applications development based on Drupal 8 and React.

Our main goal was to create the boilerplate with minimal amount of opinionated set of features, but at the same time give developers a solid base for start to let them focus on the development and do not worry about infrastructure / integrations set up.

What does this project include?

We've got many little developers tricks and sugar added, but from the very high level the project includes:

Installation

  1. To get everything installed locally, simply use the following commands:

    cd drupal_reactjs_boilerplate
    make install
  2. That's it, the Decoupled application is ready for development!

Access the applications

Demo content

This boilerplate comes as an example of integration between frontend and backend applications, therefore all demo content is enabled by default. However, if you want to get rid of it and focus on development - all you need to do is to delete the module with demo content by calling make drush pmu recipes_magazin.

Explore the documentation