https://github.com/qalincalabs/logcica-graphiql
logCiCa API documentation
https://github.com/qalincalabs/logcica-graphiql
api graphiql graphql logistics
Last synced: about 1 month ago
JSON representation
logCiCa API documentation
- Host: GitHub
- URL: https://github.com/qalincalabs/logcica-graphiql
- Owner: qalincalabs
- License: mit
- Created: 2024-09-27T09:22:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T14:01:33.000Z (11 months ago)
- Last Synced: 2025-02-13T10:34:38.614Z (8 months ago)
- Topics: api, graphiql, graphql, logistics
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphiQL `create-react-app` Example
This example demonstrates how to transpile your own custom ES6 and typescript GraphiQL implementation bootstrapped with `create-react-app`, no config needed.
## Setup
1. `yarn` and `yarn start` from this folder to start `react-scripts` dev server.
1. `yarn build` from this folder to build production ready transpiled files using `react-scripts`. Find the output in `build` folder.