Eleventy Strapi Example

screenshot of Eleventy Strapi Example

Example project: Eleventy + Strapi + GraphQL

Overview

This is a demo project that showcases the use of Eleventy with Strapi (Headless CMS) to create a static website. The project fetches data from Strapi using GraphQL and displays a simple listing of tracks/songs.

Features

  • Integration of Eleventy with Strapi (Headless CMS)
  • Fetching data from Strapi via GraphQL
  • Creating a static site using Eleventy

Summary

The Eleventy with Strapi demo project demonstrates the integration of Eleventy with Strapi to create a static site. By fetching data from Strapi via GraphQL, it showcases the seamless connection between the two platforms. The installation process involves setting up Strapi and Eleventy, installing dependencies, and configuring the GraphQL endpoint. Once setup is complete, the project can be built and run, allowing access to the Eleventy site on http://localhost:8080.