/itrlenTemplate

Just fun

Primary LanguageTypeScript

graphql-typescript-server-template

A GraphQL TypeScript server that uses TypeGraphQL and Apollo Server.

Features

  • Webpack bundling included
  • Optional logging with Winston
  • Easy to start up

Installing

$ git clone https://github.com/kekland/graphql-typescript-server-template

Scripts

# Cleans the `./dist` folder.
$ npm run clean
# Builds production version of the server
$ npm run prod:build
# Builds development version of the server
$ npm run dev:build
# Watches for file changes and incrementally builds server
$ npm run dev:watch
# Runs the server
$ npm run start

Contact me

Erzhan: kk.erzhan@gmail.com