rsnext/examples/with-ant-design
2020-08-29 22:32:35 -04:00
..
components Fix with antd ssg (#13611) 2020-06-01 19:08:59 +00:00
pages Fixing Redundant React imports on next.js/examples (#13384) 2020-05-26 15:03:58 +00:00
styles example: antd-4 with built-in css support (#11837) 2020-05-02 00:59:56 -04:00
.babelrc Fix with antd ssg (#13611) 2020-06-01 19:08:59 +00:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
next.config.js Update custom webpack config docs to mention existing features (#15517) 2020-07-27 11:46:17 +02:00
package.json Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
README.md Simplify example usage instructions (#16678) 2020-08-29 22:22:02 -04:00

Ant Design example

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.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-ant-design with-ant-design-app
# or
yarn create next-app --example with-ant-design with-ant-design-app

Deploy it to the cloud with Vercel (Documentation).