contentjet-ui
contentjet-ui copied to clipboard
Headless API-first content management system
contentjet-ui
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 and the frontend HTML user interface contentjet-ui (this repository).
For more information and hosting documentation please visit contentjet.github.io.

Development
Requirements
- Node 8+
- NPM 5+
Quick start
- Install dependencies with
npm install - Make sure you have contentjet-api running
- Edit
src/index.ejsand change the value ofwindow.contentjet.BASE_URLto point to the url serving contentjet-api - Run development server with
npm start