Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonxiang/astro-react-antd
A simple template to create template with astro + react + antd
https://github.com/brandonxiang/astro-react-antd
antd astro react
Last synced: about 2 months ago
JSON representation
A simple template to create template with astro + react + antd
- Host: GitHub
- URL: https://github.com/brandonxiang/astro-react-antd
- Owner: brandonxiang
- Created: 2022-09-28T08:11:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T06:57:41.000Z (over 2 years ago)
- Last Synced: 2024-11-11T04:48:30.316Z (3 months ago)
- Topics: antd, astro, react
- Language: TypeScript
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# astro react antd初始化模版
利用astro框架嵌入入react和antd组件库
## 如何使用
参考初始化工具degit
```shell
mkdir your-project-name
cd your-project-name
npx degit brandonxiang/astro-react-antd
```or
```shell
npx degit brandonxiang/astro-react-antd your-project-name
```
### 开发```shell
yarnnpm run start
# http://localhost:3000/