This example shows how to use Next.js along with Ant Design of React. This is intended to show the integration of this UI toolkit with the Framework.
Includes setup of express, redux, redux-thunk, styled components and linting
Download the example:
git cloneInstall it and run:
npm install
npm run dev
# or
yarn
yarn dev