Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/apollographql/principled-graphql

📈 Best practices for implementing and scaling a data graph
https://github.com/apollographql/principled-graphql

Last synced: about 2 months ago
JSON representation

📈 Best practices for implementing and scaling a data graph

Awesome Lists containing this project

README

        

# Principled GraphQL

This website highlights best practices for implementing and scaling a graph. It's built with [Gatsby](https://gatsbyjs.org) using [our custom theme](https://github.com/apollographql/gatsby-theme-apollo/tree/master/packages/gatsby-theme-apollo-core).

## Developing locally

Set up the website for local development by cloning this repo, installing Node dependencies, and then starting the Gatsby development server.

```bash
$ npm install
$ npm start
```

## Deploying

This website deploys the `master` branch to production via [Netlify](https://netlify.com) whenever a new commit appears. There's no extra steps required for the developer! :tada: