Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 906 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 906 Bytes

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