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!
- Host: GitHub
- URL: https://github.com/rishiosaur/gql-starter
- Owner: rishiosaur
- License: mit
- Created: 2021-01-07T02:54:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-13T23:08:39.000Z (over 5 years ago)
- Last Synced: 2024-12-30T01:33:13.142Z (over 1 year ago)
- Language: TypeScript
- Size: 87.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ✅ GraphQL-starter







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.