Skip to content

fourthofaugust/ts-graphql-server

Repository files navigation

GraphQL Server

an apollo graphQL server starter project

Dependency Status TypeScript Style Guide License: MIT

Getting Started

The easiest way to start the server is to run:

npm run start

Scripts

  • check: Lints and checks for formatting problems.
  • fix: Automatically fixes formatting and linting problems (if possible).
  • clean: Removes output files.
  • compile: Compiles the source code using TypeScript compiler.
  • pretest, posttest and prepare: convenience integrations.
  • If a source folder is not already present it will add a default template project.

Developers

License

MIT