Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalwar/reactjs_drupal
A simple progressively decoupled React front-end app
https://github.com/kalwar/reactjs_drupal
decoupled-drupal drupal drupal9 headless react
Last synced: 3 months ago
JSON representation
A simple progressively decoupled React front-end app
- Host: GitHub
- URL: https://github.com/kalwar/reactjs_drupal
- Owner: kalwar
- License: mit
- Created: 2022-09-11T10:13:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T17:16:50.000Z (3 months ago)
- Last Synced: 2024-09-27T10:41:17.650Z (3 months ago)
- Topics: decoupled-drupal, drupal, drupal9, headless, react
- Language: HTML
- Homepage:
- Size: 764 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# REACTJS-DRUPAL
ReactJS-Drupal is a simple application which attempts to demonstrate headless drupal feature in Drupal 9.
---
## Using the repo
## Installation
```shell
git clone reactjs_drupal
cd reactjs_drupal
npm i --leagacy-peer-deps
npm start
```## Instructions
- Make sure you have Drupal 9 running as backend
- Make sure you copy URL in config.js
- Add token inside token file by visiting your site
- /YOUR_LOCAL_DRUPAL_URL/session/token
- You must enable CORS
- And you may have to allow permission for Drupal article contents-type# Use for reference
Use solely for reference material only