HsiehMinChien / nextjs-with-typescript-graphql-redux

nextjs with typescript, graphQL(apollo),redux, and graphQL code generator, jest.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nextjs with TypeScript, GraphQL, and Redux

This project is for demo next.js with Typescript, redux, graphQL(apollo), and graphQL code generator.

How to install and run system

  npm install
  npm run dev

How to generate graphQL types and components

  npm install
  npm gen

Perform unit test

  npm run test

GraphQL api resource (Play ground)

Simple online demo

Online demo

Reference

  1. GraphQL code generator
  2. Nextjs
  3. nextjs with typescript and graphql
  4. nextjs with apollo and redux
  5. nextjs with css
  6. Prettier
  7. nextjs with stylus
  8. zeit now
  9. nextjs with typescript and jest

About

nextjs with typescript, graphQL(apollo),redux, and graphQL code generator, jest.

License:MIT License


Languages

Language:TypeScript 98.4%Language:JavaScript 1.4%Language:CSS 0.2%