https://github.com/ilham89/graphql-server
https://github.com/ilham89/graphql-server
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilham89/graphql-server
- Owner: ilham89
- Created: 2022-07-09T16:01:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-09T16:02:12.000Z (about 4 years ago)
- Last Synced: 2025-01-14T10:57:35.228Z (over 1 year ago)
- Language: JavaScript
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphql-server
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn apollo
```
### Compiles and minifies for production
```
yarn build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).