Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 993 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 993 Bytes

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