An open API service indexing awesome lists of open source software.

https://github.com/gnokoheat/nextjs-ant-design-typescript

NextJs + Ant design + Typescript
https://github.com/gnokoheat/nextjs-ant-design-typescript

ant-design antd layout-template nextjs reactjs typescript

Last synced: 4 months ago
JSON representation

NextJs + Ant design + Typescript

Awesome Lists containing this project

README

          

# nextjs-ant-design-typescript
![GitHub](https://img.shields.io/github/license/gnokoheat/nextjs-ant-design-typescript) ![GitHub top language](https://img.shields.io/github/languages/top/gnokoheat/nextjs-ant-design-typescript) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/gnokoheat/nextjs-ant-design-typescript) ![GitHub last commit](https://img.shields.io/github/last-commit/gnokoheat/nextjs-ant-design-typescript)

Next.js + Ant design + Typescript

![](https://github.com/gnokoheat/nextjs-ant-design-typescript/blob/master/docs/nextjs-antdesign-typescript.gif?raw=true)

- Including simple structure & layout

## Usage
1. Copy this repository.
```
git clone https://github.com/gnokoheat/nextjs-ant-design-typescript
cd nextjs-ant-design-typescript/
```
2. Install dependencies
```
yarn install
```

3. Run app
``` bash
# Dev
yarn dev

# Production
yarn build
yarn start
```