mattcubitt / ts-graphql-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ts-graphql-starter

An example of how to create a full-stack react graphql app using typescript and yarn workspaces.

Getting started

  • yarn to setup the workspaces and install all dependencies
  • server-dev to start the dev server
  • client-dev to start the react frontend

Integration tests

Integration tests are located in the test package and can be run using the integration-test command.

About


Languages

Language:TypeScript 80.8%Language:HTML 15.5%Language:JavaScript 3.7%