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.
We've got many little developers tricks and sugar added, but from the very high level the project includes:
To get everything installed locally, simply use the following commands:
cd drupal_reactjs_boilerplate
make install
That's it, the Decoupled application is ready for development!
admin
/ admin
.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
.