Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanakaworld/graphql-upload-sample
https://github.com/tanakaworld/graphql-upload-sample
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanakaworld/graphql-upload-sample
- Owner: tanakaworld
- License: mit
- Created: 2023-03-30T23:00:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-31T18:47:20.000Z (over 1 year ago)
- Last Synced: 2023-08-04T16:13:15.689Z (over 1 year ago)
- Language: TypeScript
- Size: 339 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphQL Upload Sample
## Setup
```
$ npm ci
```## Dev
```bash
$ npm run dev:client
$ npm run dev:server
```