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

https://github.com/geekeast/create-typescript-graphql

The template to create a graphql project with type-graphql and typescript
https://github.com/geekeast/create-typescript-graphql

dependency-injection type-graphql typescript

Last synced: 11 months ago
JSON representation

The template to create a graphql project with type-graphql and typescript

Awesome Lists containing this project

README

          

### Commands
| Action | Command |
| :---------------------------: | ------------ |
| **build project** | `yarn build` |
| **start server locally** | `yarn dev` |
| **start API Document Server** | `yarn doc` |

### Links
| Environment | URL |
| ----------- | ------------------------------------ |
| Local | http://localhost:9901/api/graphql/v1 |