Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/contentjet/contentjet-ui
Headless API-first content management system
https://github.com/contentjet/contentjet-ui
api api-first-cms cms headless headless-cms react rest-api single-page-app
Last synced: 5 days ago
JSON representation
Headless API-first content management system
- Host: GitHub
- URL: https://github.com/contentjet/contentjet-ui
- Owner: contentjet
- License: mit
- Created: 2017-11-05T11:34:43.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2022-02-09T23:51:55.000Z (over 2 years ago)
- Last Synced: 2024-08-02T15:37:01.456Z (3 months ago)
- Topics: api, api-first-cms, cms, headless, headless-cms, react, rest-api, single-page-app
- Language: JavaScript
- Homepage: https://contentjet.github.io/
- Size: 3.69 MB
- Stars: 43
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# contentjet-ui
![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)
A React based front end for contentjet, a powerful headless API-first CMS.
Contentjet is composed of 2 discrete applications, the backend API [contentjet-api][contentjet-api] and the frontend HTML user interface contentjet-ui (this repository).
For more information and hosting documentation please visit **[contentjet.github.io][contentjet]**.
![Contentjet](https://s3.amazonaws.com/github.contentjet.io/hero1.jpg)
## Development
### Requirements
* Node 8+
* NPM 5+### Quick start
1. Install dependencies with `npm install`
2. Make sure you have [contentjet-api][contentjet-api] running
3. Edit `src/index.ejs` and change the value of `window.contentjet.BASE_URL` to point to the url serving [contentjet-api][contentjet-api]
4. Run development server with `npm start`[contentjet]: https://contentjet.github.io
[contentjet-api]: https://github.com/contentjet/contentjet-api