/next-antd-graphql-starter

Next.js starter using Ant Design, GraphQL and MongoDB

Primary LanguageTypeScript

Next Antd GraphQL Starter

Next Antd GraphQL Starter is a simple environment for building modern JAMstack application.

https://next-antd-graphql-starter.vercel.app

This starter is build on top of

  • Next.js - A React framework
  • Ant Design - A design system for enterprise-level products
  • Apollo Server - Configure a production-ready GraphQL server to fetch and combine data from multiple sources.
  • Apollo Client - Manage the entirety of your React app's state and seamlessly execute GraphQL operations.

Prerequisite

Some dependencies are required globally

  • Yarn - A package manager

Quick start

First clone the repository

git clone https://github.com/clement-faure/next-antd-graphql-starter.git

Install dependencies

cd next-antd-graphql-starter && yarn install

Run it

yarn run dev

Developer Resources

Issues to follow

Other cool Next stuff

Authors