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
- Host: GitHub
- URL: https://github.com/geekeast/create-typescript-graphql
- Owner: GeekEast
- Created: 2022-04-07T11:26:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T12:19:15.000Z (about 4 years ago)
- Last Synced: 2025-07-01T13:59:59.814Z (11 months ago)
- Topics: dependency-injection, type-graphql, typescript
- Language: TypeScript
- Homepage:
- Size: 138 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |