Skip to content

gouravsood/gatsby-source-graphql-usage

Repository files navigation

Gatsby

Sample Gatsby's project integrated with GraphQL Server hosted separately

This sample project has been created to showcase how one can integrate another GraphQL API in gatsby project. This integration with another GraphQL server is achieved using gatsby-source-graphql plugin. You can find simple configuration and the steps to setup the project.

🚀 Quick start

  1. Clone this repo.

    git clone https://github.com/gouravsood/gatsby-source-graphql-usage
  2. Install the dependencies

    npm install
  3. Get GitHub Access Token

  4. Run the application!

    GITHUB_TOKEN=<token-generated-above> gatsby develop
  5. Open the source code and start editing!

    Your site is now running at http://localhost:8000!

🎓 Learning Gatsby

Looking for more guidance? Full documentation for Gatsby lives on the website. Here are some places to start:

  • For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.

  • To dive straight into code samples head to our documentation. In particular, check out the “Guides”, API reference, and “Advanced Tutorials” sections in the sidebar.

💫 Deploy

Deploy to Netlify

About

Showing the usage of gatsby-source-graphql plugin

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published