Next.js + Ant design + Typescript
- Including simple structure & layout
- Copy this repository.
git clone https://github.com/gnokoheat/nextjs-ant-design-typescript
cd nextjs-ant-design-typescript/
- Install dependencies
yarn install
- Run app
# Dev
yarn dev
# Production
yarn build
yarn start