jbroadice / typescript-nextjs-graphql-boilerplate

A Typescript Next.js implementation with a heavy focus on Apollo GraphQL integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Typescript Next.js implementation with a heavy focus on Apollo GraphQL integration.

This boilerplate in its current state depends on https://github.com/jchapple/typescript-graphql-modules-api, which needs to be cloned and installed first in a directory adjacent to this project.

Install npm install

Run the server: npm run build && npm run start

Run the server in development mode: npm run dev

See package.json for all available npm commands!

About

A Typescript Next.js implementation with a heavy focus on Apollo GraphQL integration.

License:MIT License


Languages

Language:TypeScript 87.1%Language:CSS 6.6%Language:JavaScript 6.3%