https://github.com/snipcart/drupal-headless-inferno
Drupal Headless Architecture with JS Framework [Live Demo]
https://github.com/snipcart/drupal-headless-inferno
drupal ecommerce headless inferno jamstack
Last synced: 8 months ago
JSON representation
Drupal Headless Architecture with JS Framework [Live Demo]
- Host: GitHub
- URL: https://github.com/snipcart/drupal-headless-inferno
- Owner: snipcart
- Created: 2018-03-22T18:16:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T19:35:34.000Z (about 7 years ago)
- Last Synced: 2025-04-14T22:43:47.020Z (11 months ago)
- Topics: drupal, ecommerce, headless, inferno, jamstack
- Language: JavaScript
- Homepage: https://snipcart.com/blog/drupal-headless-architecture-tutorial
- Size: 117 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drupal Headless Architecture with An Inferno.js App

Developers can finally focus on using CMSs solely for what they are good at—content management & administrative process. Other (much better) services can handle the rest!
Here I'm trying this, going headless with Drupal.
I'll use Drupal as a backend for a small e-commerce app powered by the React-like framework Inferno.js.
Steps:
- Setting up Drupal
- Enabling Drupal headless mode
- Creating views for our products
- Consuming data in Inferno.js
- Generating the cart with Snipcart
> [Read full tutorial](https://snipcart.com/blog/drupal-headless-architecture-tutorial)
> [See live demo](https://inferno-drupal-snipcart.netlify.com/)
Enjoy folks!