This example shows how to use Next.js along with Ant Design Pro Layout of React. This is intended to show the integration of this UI toolkit with the Framework.
Deploy the example using Vercel:
Install it and run:
git clone https://github.com/Destructor1702/next-with-ant-design NextAnDApp
cd NextAnDApp
npm install
npm run dev
# or
yarn
yarn dev
Deploy it to the cloud with Vercel (Documentation).