/react-kirby-frontend

An experiment in React and headless Kirby CMS

Primary LanguageCSS

Kirby React

I recently wrote about using Kirby as a 'headless' CMS for a React frontend.

This is that frontend. The goal was to reproduce the Kirby Starterkit theme in React.

Still to do

  • on the fly routes based on exposing the content in Kirby
  • JS way to parse Kirbytext
  • fancy transitions between content, that's why we're here!

Install and run

You'll need a few thing to get this working:

  • node and npm
  • a running Kirby instance with the advanced branch of the simple-api plugin
  • this project

Make sure that Kirby is running on port 8080 or change the setting in api.js

Read more