Skip to content

FinalDes/apollo-express-ts-server-boilerplate

Repository files navigation

DEPRECASTED apollo-express-ts-server-boilerplate

Greenkeeper badge Build Status Coverage Status tested with jest NSP Status

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