An open API service indexing awesome lists of open source software.

https://github.com/absphreak/backroads-gatsby

🚀 Backroads is a project in GatsbyJS to show off its fast page loading speed and image optimization techniques. Feel free to create a fork or clone the repo to test it out yourself.
https://github.com/absphreak/backroads-gatsby

contentful gatsbyjs graphql

Last synced: 26 days ago
JSON representation

🚀 Backroads is a project in GatsbyJS to show off its fast page loading speed and image optimization techniques. Feel free to create a fork or clone the repo to test it out yourself.

Awesome Lists containing this project

README

        



BackRoads



BackRoads Tour site Project

GitHub repo size
GitHub top language
License
deployed on

BackRoads is a static site created using GatsbyJS, GraphQL, Contentful (Headless CMS), etc. See [What's inside?](#-whats-inside)

_See the **demos** at → [Netlify](https://abs-backroads.netlify.app) & [Render](https://backroads.onrender.com)._

## 🚀 Quick start

1. **Clone this Repository.**

Clone this repository, to check out the code yourself or create your own Gatsby powered website.

```shell
git clone https://github.com/ABSphreak/backroads-gatsby.git
```

2. **Start developing.**

Navigate into BackRoad's directory and start it up.

```shell
cd backroads-gatsby-master/

# For creating a development build
gatsby develop

# For creating a production build
gatsby build

# For running in a production build
gatsby start
```

3. **Open the source code and start editing!**

Site is live running at `http://localhost:8000`!

_Note: You'll also see a second link: _`http://localhost:8000/___graphql`_. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the [Gatsby tutorial](https://www.gatsbyjs.org/tutorial/part-five/#introducing-graphiql)._

## 🧐 What's inside?

A look at [`package.json`](/package.json)

```shell
┌── @contentful/rich-text-react-renderer
├── babel-plugin-styled-components
├── bootstrap
├── dotenv
├── gatsby
├── gatsby-background-image
├── gatsby-image
├── gatsby-plugin-playground
├── gatsby-plugin-react-helmet
├── gatsby-plugin-robots-txt
├── gatsby-plugin-sass
├── gatsby-plugin-sharp
├── gatsby-plugin-sitemap
├── gatsby-plugin-styled-components
├── gatsby-plugin-transition-link
├── gatsby-source-contentful
├── gatsby-source-filesystem
├── gatsby-transformer-sharp
├── gsap
├── node-sass
├── react
├── react-dom
├── react-helmet
├── react-icons
└── styled-components
```