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.
- Node 8+
- NPM 5+
- Install dependencies with
npm install
- Make sure you have contentjet-api running
- Edit
src/index.ejs
and change the value ofwindow.contentjet.BASE_URL
to point to the url serving contentjet-api - Run development server with
npm start