Skip to content

Latest commit

 

History

History
 
 

with-gatsby-filesystem-routing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

GraphCMS ⨯ Gatsby (File System Route API)

Join our Slack

This example demonstrates how to query data from GraphCMS with gatsby-source-graphcms using Gatsby's File System Route API.

Demo

Deploy with Vercel Clone project

How to Use

Download Manually

npx degit graphcms/graphcms-examples/with-gatsby-filesystem-routing with-gatsby-filesystem-routing

Install & Run:

cd with-gatsby-filesystem-routing
npm install
npm run dev
# or
cd with-gatsby-filesystem-routing
yarn
yarn dev

Run on Codesandbox

Develop with Codesandbox