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

https://github.com/rishiosaur/gql-starter

🛠 Starter Kit for the GraphQL workshop at HTN 2020!
https://github.com/rishiosaur/gql-starter

Last synced: 11 months ago
JSON representation

🛠 Starter Kit for the GraphQL workshop at HTN 2020!

Awesome Lists containing this project

README

          

# ✅ GraphQL-starter

![lint status](https://github.com/rishiosaur/graphql-todo/workflows/lint/badge.svg)
![format status](https://github.com/rishiosaur/graphql-todo/workflows/format/badge.svg)
![build status](https://github.com/rishiosaur/graphql-todo/workflows/build/badge.svg)
![GitHub](https://img.shields.io/github/license/rishiosaur/graphql-todo)
![GitHub issues](https://img.shields.io/github/issues/rishiosaur/graphql-todo)
![GitHub contributors](https://img.shields.io/github/contributors/rishiosaur/graphql-todo)
![GitHub last commit](https://img.shields.io/github/last-commit/rishiosaur/graphql-todo)

An implementation of a simple CRUD Todo app.

## Getting Started

1. Clone!

Run `git clone https://github.com/rishiosaur/gql-starter.git` and change directories into the downloaded repository's path.

2. Install (with `yarn`)

Run `yarn` or `yarn install` to install all dependencies

3. Open with a code editor!

I'll be using VS Code for my workshop (run `code .`), but feel free to use anything you prefer.