howtographql / howtographql
- четверг, 13 июля 2017 г. в 03:17:27
The Fullstack Tutorial for GraphQL
How to GraphQL is a fullstack tutorial website to learn all around GraphQL! It was built by Graphcool and many amazing contributors. All content on the site is completely free and open-source.
The content for all tutorials is located in the /content
directory. Here is an overview of all the tutorials that are available at the moment:
As the whole project is open-source, you're more than welcome to fix typos and other small issues yourself and create a PR for the fix. If you want to contribute a whole tutorial track, please get in touch.
You can run a local instance of How to GraphQL by executing the following commands in a terminal:
git clone git@github.com:howtographql/howtographql.git
cd howtographql
yarn install
yarn start