https://github.com/snipcart/snipcart-gatsby-grav
Grav as Headless CMS Tied to Gatsby with GraphQL Schema
https://github.com/snipcart/snipcart-gatsby-grav
ecommerce gatsby graphql grav jamstack
Last synced: 2 months ago
JSON representation
Grav as Headless CMS Tied to Gatsby with GraphQL Schema
- Host: GitHub
- URL: https://github.com/snipcart/snipcart-gatsby-grav
- Owner: snipcart
- License: mit
- Created: 2018-01-24T20:51:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T19:49:55.000Z (over 6 years ago)
- Last Synced: 2025-03-28T10:50:22.767Z (3 months ago)
- Topics: ecommerce, gatsby, graphql, grav, jamstack
- Language: CSS
- Homepage: https://snipcart.com/blog/react-graphql-grav-cms-headless-tutorial
- Size: 98.6 KB
- Stars: 27
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grav as Headless CMS Tied to Gatsby with GraphQL Schema

This repo contains the code for a demo Gatsby website, it uses Snipcart for e-commerce and gets the product information from a Grav headless setup.
Steps:
- Set up Grav CMS as a headless CMS.
- Install React-powered static site generator Gatsby.
- Create a source plugin to query the API with GraphQL.
- The result? A small demo shop powered by Snipcart.> [Read full tutorial](https://snipcart.com/blog/react-graphql-grav-cms-headless-tutorial)
> [See live demo](https://snipcart-gatsby-grav.netlify.com/)
Enjoy folks!