Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 969 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 969 Bytes

Article Collection

This is an example project to show an approach to integrate Next, Apollo, and Contentful.

The project is a Next app that gets Contentful data using Apollo and GraphQL queries. The project has two pages:

  • Homepage: shows a list of articles
  • Article detail: Each article detail page

Getting Started

First, install the dependecies:

yarn install

then run the project

yarn dev

Open http://localhost:3000 with your browser to see the result.

Article

This example is based on an article that explains a step by step on how to get to the final implementation.

You can read the article here: A brief introduction to a Headless CMS App: Next.js, Apollo, and Contentful with GraphQL..

About me

Daniel Correa.