Fedeorlandau / apollo-server-typescript

Starter kit for an Apollo Server implementation in Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apollo-Server powered by Typescript

This starter kit includes a basic apollo server with typesecript. It also includes jest for testing our apollo server implementation.

Prerequisite

  • pnpm (works with npm and yarn too)
  • node v18.9.0

If you are using nvm you can do nvm use and it will download the correct node version.

How to install

Install the dependencies pnpm install

Run the Apollo Server

pnpm dev

Run tests

pnpm test

About

Starter kit for an Apollo Server implementation in Typescript


Languages

Language:TypeScript 95.1%Language:JavaScript 4.9%