Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 475 Bytes

File metadata and controls

14 lines (9 loc) · 475 Bytes

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!