Skip to content

gnokoheat/nextjs-ant-design-typescript

Repository files navigation

nextjs-ant-design-typescript

GitHub GitHub top language GitHub release (latest by date) GitHub last commit

Next.js + Ant design + Typescript

  • Including simple structure & layout

Usage

  1. Copy this repository.
git clone https://github.com/gnokoheat/nextjs-ant-design-typescript
cd nextjs-ant-design-typescript/
  1. Install dependencies
yarn install
  1. Run app
# Dev
yarn dev

# Production
yarn build
yarn start