Gizra / drupal-elm-starter

DEPRECATED - See https://github.com/Gizra/drupal-starter
33 stars 9 forks source link

Replicate backend on D8 #87

Open DavidHernandez opened 7 years ago

DavidHernandez commented 7 years ago

I'm trying to replicate the current D7 backend with D8.

I'm doing the development in my fork in the branch 8.0.x: https://github.com/DavidHernandez/drupal-elm-starter/tree/8.0.x

On my repo there are issues to keep track of the progress.

So far, now you can use ./install script to install the Drupal 8 site from composer and installing a Hedley profile that is just a copy of the standard profile.

One of the goals of this is to evaluate if D8 is ready or not to be used as our headless backends and to identify what is left to do and how much does it take to develop a new functionality, compared to the D7 version.

amitaibu commented 7 years ago

Wonderful initiative!