https://github.com/kekland/almaty-transport-server
https://github.com/kekland/almaty-transport-server
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kekland/almaty-transport-server
- Owner: kekland
- Created: 2019-09-23T14:11:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T09:59:58.000Z (almost 3 years ago)
- Last Synced: 2023-03-02T15:37:22.938Z (over 2 years ago)
- Language: TypeScript
- Size: 925 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphql-typescript-server-template
A GraphQL TypeScript server that uses [TypeGraphQL](https://typegraphql.ml/) and [Apollo Server](https://www.apollographql.com/docs/apollo-server/).
## Features
- Webpack bundling included
- Optional logging with [Winston](https://github.com/winstonjs/winston)
- Easy to start up## Installing
```bash
$ git clone https://github.com/kekland/graphql-typescript-server-template
```## Scripts
```bash
# Cleans the `./dist` folder.
$ npm run clean
``````bash
# Builds production version of the server
$ npm run prod:build
``````bash
# Builds development version of the server
$ npm run dev:build
``````bash
# Watches for file changes and incrementally builds server
$ npm run dev:watch
``````bash
# Runs the server
$ npm run start
```## Contact me
**Erzhan**: `kk.erzhan@gmail.com`