Skip to content

renyuanz/nextjs-typescript-graphql-starter

Repository files navigation

NextJS Typescript Boilerplate

Live demo: https://nextjs-typescript-graphql-starter.vercel.app

Bootstrap a developer-friendly NextJS app configured with:

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Use this template

Click the "green" button on the right

Use this template

Download manually

Download the example:

git clone git@github.com:renyuanz/nextjs-graphql-ts-codegen-boilerplate.git my-next-project
cd my-next-project

Install it and run:

npm install
npm run dev
# or
yarn
yarn dev

Run tests

yarn test
# or watching
yarn test --watch

About

A Next.js starter with Typescript, Jest, GraphQL Apollo Server & Apollo Client v3 with graphql-codegen.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published