Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emarchak/drupal-in-the-dark
Decoupled Drupal 8 using PouchDB and React
https://github.com/emarchak/drupal-in-the-dark
Last synced: 5 days ago
JSON representation
Decoupled Drupal 8 using PouchDB and React
- Host: GitHub
- URL: https://github.com/emarchak/drupal-in-the-dark
- Owner: emarchak
- Created: 2016-09-28T17:02:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T12:19:12.000Z (about 8 years ago)
- Last Synced: 2024-08-01T12:33:38.121Z (3 months ago)
- Language: JavaScript
- Size: 11.1 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - emarchak/drupal-in-the-dark - Decoupled Drupal 8 using PouchDB and React (others)
README
# React-Pouch App
A demo application to sync with Drupal 8 relaxed server.
## Presentation
This was presented at DrupalCon Dublin as [Drupal in the Dark:Offline-Ready Decoupled Drupal 8 using React & PouchDB](https://events.drupal.org/dublin2016/sessions/drupal-dark-offline-ready-decoupled-drupal-8-using-react-pouchdb).The presentation deck that goes with this code is available at [http://emarchak.github.io/drupal-in-the-dark](http://emarchak.github.io/agent008)
## Dependencies
- [Node](https://nodejs.org/)
- [NPM](https://www.npmjs.com/)
- A drupal 8 site with relaxed configured to an endpoint.
- View the file app/util/dbHelper.js for configuration
- The presentation deck has configuration information for your Drupal endpoints.
## Installation
1. Download repo to directory
- Run `npm install` from the directory
- Run `npm run start` to start serving the webpack dev server
- The app will be available at http://localhost:8080