Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.45 KB

File metadata and controls

36 lines (21 loc) · 1.45 KB

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