An open source seed for GraphQL Apollo Server Express using Typescript.
In here you can find a good, concise, open-source seed which is written in Typescript (motivation for that you can read anywhere). With a use of the most popular, helpful and basic packages to start your own Apollo Server.
npm install
On dev environment:
npm run dev
On prod environment:
npm run start
- NodeJS
- Apollo-Server
- Federation
- Typescript
- GraphQL Codegen - https://github.com/dotansimha/graphql-code-generator | (An helpful graphql tool for creating automatically types for your schema).
- ESLint - https://github.com/eslint/eslint | Linter for your code
- Renovate - https://github.com/renovatebot/renovate | A cool automatic bot for updating your npm dependencies.
As I said in the beginning this seed is an open source seed, you are more than welcome to add this seed some features, bugfixes (if exists) and to maintain the seed.
MIT © Tal Shperling