Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
yarn

npm run start

# http://localhost:3000/