Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unllamas/freeland
Plataforma para encontrar trabajo de manera freelance realizado con NextJS
https://github.com/unllamas/freeland
Last synced: 20 days ago
JSON representation
Plataforma para encontrar trabajo de manera freelance realizado con NextJS
- Host: GitHub
- URL: https://github.com/unllamas/freeland
- Owner: unllamas
- Created: 2020-12-21T15:04:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-21T15:04:12.000Z (about 4 years ago)
- Last Synced: 2024-11-24T20:55:19.381Z (about 1 month ago)
- Language: JavaScript
- Size: 175 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ant Design example
This example shows how to use Next.js along with [Ant Design of React](http://ant.design). This is intended to show the integration of this UI toolkit with the Framework.
## Deploy your own
Deploy the example using [Vercel](https://vercel.com):
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-ant-design)
## How to use
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
```bash
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](https://vercel.com/import?filter=next.js&utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).