All Projects → Gizra → drupal-elm-starter

Gizra / drupal-elm-starter

Licence: other
DEPRECATED - See https://github.com/Gizra/drupal-starter

Programming Languages

elm
856 projects
PHP
23972 projects - #3 most used programming language
shell
77523 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Labels

Projects that are alternatives of or similar to drupal-elm-starter

DrupalDriver
A collection of drivers for controlling Drupal.
Stars: ✭ 64 (+93.94%)
Mutual labels:  drupal
drupal-debug
Alternative Kernel for Drupal 8 to improve the Developer eXperience during the development process.
Stars: ✭ 32 (-3.03%)
Mutual labels:  drupal
drupal-tweme
Ultra lightweight Bootstrap theme for Drupal.
Stars: ✭ 62 (+87.88%)
Mutual labels:  drupal
composer-tutorial
A walk through of various Composer tasks
Stars: ✭ 40 (+21.21%)
Mutual labels:  drupal
gatsby-drupal-kit
A Gatsby V2 starter kit designed to work with a new Drupal 8 site.
Stars: ✭ 23 (-30.3%)
Mutual labels:  drupal
drupal-template-helper
Debug Drupal 8 templates in Chrome Devtools. drupal-template-helper is a chrome extension for Drupal that lists all available templates and the preprocess hooks to use to customize your templates.
Stars: ✭ 115 (+248.48%)
Mutual labels:  drupal
contribkanban.com
ContribKanban.com - turning Drupal.org issue queues into kanban boards to better Drupalkind
Stars: ✭ 55 (+66.67%)
Mutual labels:  drupal
distros.bid
A saas to create drupal websites in seconds using docker containers.
Stars: ✭ 16 (-51.52%)
Mutual labels:  drupal
drupal8-vagrant
Simple Drupal 8 Development Environment
Stars: ✭ 59 (+78.79%)
Mutual labels:  drupal
DrupalTwigFood
Useful functions, filters for twig @ Drupal 8
Stars: ✭ 1 (-96.97%)
Mutual labels:  drupal
drupal-composer-init
Initialise a Drupal composer setup
Stars: ✭ 43 (+30.3%)
Mutual labels:  drupal
create-cloud-block
A boilerplate generator for building Gutenberg Cloud blocks.
Stars: ✭ 49 (+48.48%)
Mutual labels:  drupal
dblog-ui
No description or website provided.
Stars: ✭ 22 (-33.33%)
Mutual labels:  drupal
drupal-container
Drupal container for running Drupal sites with Docker, built with Ansible.
Stars: ✭ 37 (+12.12%)
Mutual labels:  drupal
acquia-cloud-vm
VirtualBox/Vagrant-based VM to closely match Acquia Cloud environment.
Stars: ✭ 20 (-39.39%)
Mutual labels:  drupal
drupal-circleci-behat
Test and deploy Drupal 9 with CircleCI 2.0 and Behat 3
Stars: ✭ 17 (-48.48%)
Mutual labels:  drupal
apigee-devportal-kickstart-drupal
A fast demo and starting point for Apigee Developer Portals for Drupal
Stars: ✭ 21 (-36.36%)
Mutual labels:  drupal
fabalicious
is now deprecated and not supported anymore, use https://github.com/factorial-io/phabalicious instead
Stars: ✭ 14 (-57.58%)
Mutual labels:  drupal
WebsiteMixer-App-Base
Python/Flask alternative to Wordpress and Drupal
Stars: ✭ 18 (-45.45%)
Mutual labels:  drupal
drupal-react-image-gallery
Drupal 8 module that provides a dynamic Image Gallery based on the react-image-gallery component.
Stars: ✭ 13 (-60.61%)
Mutual labels:  drupal

DEPRECATED - See https://github.com/Gizra/drupal-starter

Drupal Elm Starter

Build Status

Drupal Elm Starter is a starter kit for setting up sites using Drupal as a backend and Elm in the frontend.

For the backend, check the server README.md

For the frontend, check the client README.md

Pusher

When the item will be updated (E.g. via the backend on /node/1/edit), it will fire Pusher messages that will update the Elm application in real time.

Editing an item produces pusher messages on two different channels: general and private-general. The private channel is only accessible by users with access private fields permission, and currently exposes the item's "Private note" field, which normal users can't access.

Log in to the Elm app for example with admin / admin to see also the item private note field (on /#/item/1 for example), and get notifications through the private channel. Log in with a normal user (For exmaple alice / alice), to get notifications through the public pusher channel.

Credits

Gizra

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].