Skip to content

GraphQL server with TypeScript!

Latest
Compare
Choose a tag to compare
@shawnkoon shawnkoon released this 15 Nov 04:42
· 13 commits to master since this release
5a5a62e

🎉 GraphQL server with TypeScript is here.

  • JS -> TS conversion.
  • Add tslint, typechecking, js build, prod/dev server has been implemented to the project.
  • Babel has been removed from the package as it can be replaced by using tsc.

🥁What is the next step?

  • More solidified example of the basic server.
  • Unit Test + test coverage.
  • Update ReadMe, so this package can be consumed by people easily.

source : https://github.com/shawnkoon/graphql-server-starter/tree/v1.0.0