https://github.com/lorindi/graphql-crash-course
https://github.com/lorindi/graphql-crash-course
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lorindi/graphql-crash-course
- Owner: lorindi
- Created: 2025-02-02T10:32:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T13:35:01.000Z (over 1 year ago)
- Last Synced: 2025-04-02T21:16:16.011Z (over 1 year ago)
- Language: JavaScript
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
* npm init --yes && npm pkg set type="module"
* npm install @apollo/server graphql
* npm install @apollo/client graphql