Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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