Skip to content

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

License

Notifications You must be signed in to change notification settings

jbroadice/typescript-nextjs-graphql-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!