xiandongw / nextjs-antd-pro-starter

Integrate nextjs, antd pro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nextjs-ant-pro-starter

Next.js + Ant design pro + Typescript

  • Including simple structure & layout with header, footer, toggle support.
  • Sample code of antd table with edit enabled
  • Sample code of antd pro table with edit enabled

Usage

  1. Copy this repository.
git clone https://github.com/xiandongw/nextjs-antd-pro-starter
cd nextjs-antd-pro-starter
  1. Install dependencies
yarn install
  1. Run app
# Dev
yarn dev

# Production
yarn build
yarn start

About

Integrate nextjs, antd pro

License:MIT License


Languages

Language:TypeScript 98.7%Language:JavaScript 1.3%