1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-ant-design
Tim Neutkens ebf0c47c25
Upgrade standard.js (#4064)
* Upgrade standard.js

# Conflicts:
#	yarn.lock

* Upgrade babel-eslint
2018-03-27 20:11:03 +02:00
..
pages Improved with-ant-design example (#4034) 2018-03-23 12:52:34 +01:00
.babelrc Improved with-ant-design example (#4034) 2018-03-23 12:52:34 +01:00
index.js Improved with-ant-design example (#4034) 2018-03-23 12:52:34 +01:00
next.config.js Upgrade standard.js (#4064) 2018-03-27 20:11:03 +02:00
package.json Improved with-ant-design example (#4034) 2018-03-23 12:52:34 +01:00
README.md Examples: use npx and yarn create to run create-next-app on examples (#4002) 2018-03-14 09:09:46 +01:00

Deploy to now

Ant Design example

How to use

Using create-next-app

Download create-next-app 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

Download manually

Download the example or clone the repo:

curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-ant-design
cd with-ant-design

Install it and run:

npm install
npm run dev

Deploy it to the cloud with now (download)

now

The idea behind the 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.