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
- Host: GitHub
- URL: https://github.com/gnokoheat/nextjs-ant-design-typescript
- Owner: gnokoheat
- License: mit
- Created: 2020-07-20T05:42:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T10:31:01.000Z (over 2 years ago)
- Last Synced: 2024-02-09T12:05:44.037Z (over 2 years ago)
- Topics: ant-design, antd, layout-template, nextjs, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 1.65 MB
- Stars: 18
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nextjs-ant-design-typescript
   
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/
```
2. Install dependencies
```
yarn install
```
3. Run app
``` bash
# Dev
yarn dev
# Production
yarn build
yarn start
```