/typescript-nextjs-graphql-boilerplate

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

Primary LanguageTypeScriptMIT LicenseMIT

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!