Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.4 KB

File metadata and controls

54 lines (37 loc) · 1.4 KB

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 [email protected]: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