apollo-express-ts-server-boilerplate
apollo-express-ts-server-boilerplate copied to clipboard
DEPRECASTED apollo-express-ts-server-boilerplate
initial Apollo GraphQL server for Express
recommend to check ApolloServer2.0Demo out the packages is outdated and apollo server 2.0 have a lot package syntax changes
Getting Started
Please remove test/graphq.test.ts when modify the code, the test/graphql.test.ts is to test initial server setup works.
Setup
yarn install
Runing in dev server
yarn start
Running test
yarn test
License
This project is licensed under the MIT License - see the LICENSE.md file for details