This example shows how to use Next.js along with Ant Design of React & Styled Component + Typescript. This is intended to show the integration of these UI toolkit with the Framework.
Preview the example live on StackBlitz:
Deploy the example using Vercel:
Clone the repository
git clone https://github.com/johnkingzy/nextjs-antd-styled-component-starter-kit.git
Install dependencies & start development server
npm install && npm run dev
Deploy it to the cloud with Vercel (Documentation).