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.
Some dependencies are required globally
- Yarn - A package manager
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
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Deploy on Vercel : https://nextjs.org/docs/deployment
- Next.js with apollo - Next.js with apollo example
- Next.js with Ant Design - Next.js with Ant Design (using css)
- Next.js with Ant Design (Less) - Next.js with Ant Design (using less)
- i18next/next-i18next#652 - Support for getServerSideProps on next-i18next package
- Clément Faure (@clement-faure)