Home
Softono

Contentjet Ui

Open source MIT JavaScript
43
Stars
8
Forks
2
Issues
5
Watchers
4 years
Last Commit

 About Contentjet Ui

Headless API-first content management system

Platforms

Web Self-hosted

Languages

JavaScript

Need Help Installing Contentjet Ui?

We provide expert installation service for this software. Our team will install, configure, and secure Contentjet Ui on your server. plans start at just $30.

Contentjet Ui

View on GitHub

contentjet-ui

license

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.

Contentjet

Development

Requirements

  • Node 8+
  • NPM 5+

Quick start

  1. Install dependencies with npm install
  2. Make sure you have 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
  4. Run development server with npm start