Next Antd GraphQL Starter is a simple environment for building modern JAMstack application.
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.gitInstall dependencies
cd next-antd-graphql-starter && yarn installRun 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)