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

https://github.com/ychengcloud/react-vite-admin

This Starter utilizes React, Recoil, React Query, React Hooks, Typescript, Axios And Vite. 全新技术栈的后台管理系统
https://github.com/ychengcloud/react-vite-admin

antd antd-design antd-design-pro axios boilerplate react react-hooks react-query recoil template typescript vite

Last synced: 28 days ago
JSON representation

This Starter utilizes React, Recoil, React Query, React Hooks, Typescript, Axios And Vite. 全新技术栈的后台管理系统

Awesome Lists containing this project

README

          

# React + Recoil + React Query + React Hooks + Typescript + Axios + Vite - Starter

This Starter utilizes React, Recoil, React Query, React Hooks, Typescript, Axios And Vite.

## [中文文档](./README_ZH.md)

## Screenshot

![](./screenshot1.png)
![](./screenshot2.png)

## Installation

Clone this repo and install all dependencies

```
git clone https://github.com/ychengcloud/react-vite-admin.git

cd react-vite-admin

yarn install
```

## Development

```
yarn dev
```

## Build

```
yarn build
```

## Publish

```
yarn dist
```

## Contributing

Your contributions are always welcome! [Click Here to read the guidelines](./contributing.md).

## Thanks

- [Antd Design](https://ant.design)
- [Antd Design Pro](https://pro.ant.design/)
- [Vite](https://vitejs.dev/)
- [React Query](https://react-query.tanstack.com/)
- [React antd admin](https://github.com/WinmezzZ/react-antd-admin.git)
- [vue-vben-admin](https://github.com/anncwb/vue-vben-admin)

## License

[MIT](./LICENSE)