/node-contentful

Project to demonstrate the Contentful API

Primary LanguageJavaScript

A project to demonstrate the Contentful API

How do I use this?

  • Clone this repo
  • Run yarn install
  • Copy the .env.example to .env and fill in your Contentful values
  • Run yarn run dev
  • Open your browser to localhost:3000

What is Contentful?

According to Contentful:

Contentful is the essential content management infrastructure for projects of any size, with its flexible APIs and global CDN.

Why Contentful?

Because it looks very interesting. Also, I needed an excuse to check out the current state of creating a node project.