An open API service indexing awesome lists of open source software.

https://github.com/zauberware/keystonejs-headless-cms-tutorial

A simple code base with reference to our Headless CMS tutorial.
https://github.com/zauberware/keystonejs-headless-cms-tutorial

Last synced: 5 months ago
JSON representation

A simple code base with reference to our Headless CMS tutorial.

Awesome Lists containing this project

README

          

# keystonejs-headless-cms-tutorial
26.11.2018
A simple code base with reference to our Headless CMS tutorial. This is just a little starter for a pet project or if you want to become familiar with headles CMS or KeystoneJS.

If you want to read a deverting tutorial about this code has been put together, head over to our [zauberware blog](https://www.zauberware.com/en/articles/2018/how-to-setup-a-headless-cms-with-keystonejs-1/) and read the step-by-step explanation.

## Getting Started

### Prequisites
Make sure you have a mongodb server running.

### Installation
```
npm install
```

### Usage
Read the [tutorial](https://www.zauberware.com/en/articles/2018/how-to-setup-a-headless-cms-with-keystonejs-1/)!