- amazee.io local Docker development environment (https://docs.amazee.io/local_docker_development/local_docker_development.html)
- Composer (https://getcomposer.org)
- Yarn (https://yarnpkg.com)
- Node (https://nodejs.org)
First, you need to clone this repository.
git clone [email protected]: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 https://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.
yarn run dev
yarn run build && yarn run start
This project is licensed under the MIT license, Copyright (c) 2016 Sebastian Siemssen. For more information see LICENSE.md.