This example is the result of the tutorial "Building a static blog using Gatsby and Strapi".
To see it live, clone the repository, run cd api && npm install && npm start
to start the Strapi server and, in an other tab, run cd blog && npm install && npm run develop
to start the Gatsby server.