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.
- Host: GitHub
- URL: https://github.com/zauberware/keystonejs-headless-cms-tutorial
- Owner: zauberware
- License: mit
- Created: 2018-11-27T13:50:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T09:54:03.000Z (over 7 years ago)
- Last Synced: 2025-01-21T05:26:59.611Z (over 1 year ago)
- Language: HTML
- Size: 10.7 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)!