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

https://github.com/dimaip/neos-react-render

Experiment of rendering Neos website content in React with FlowQuery API
https://github.com/dimaip/neos-react-render

Last synced: 15 days ago
JSON representation

Experiment of rendering Neos website content in React with FlowQuery API

Awesome Lists containing this project

README

          

We will soon officially release both FlowQueryJS Neos package and FlowQueryJS javascript adapter.
For now you can browse around the code to get an overview of what's going on.

## Installation

- Install the FlowQuery API package on your target Neos installation.
- Configure target installation url (currently hardcoded)
- Run:
```
npm install
npm run start
```