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
- Host: GitHub
- URL: https://github.com/dimaip/neos-react-render
- Owner: dimaip
- Created: 2016-03-21T21:18:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-22T07:48:45.000Z (over 10 years ago)
- Last Synced: 2025-10-23T18:56:57.583Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```