Home
Softono
contentjet-ui

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

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