Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cl1107/react-antd-admin-pro

使用rsbuild、React 18、TypeScript 5、antd 5、等技术栈搭建的企业级中台前端基础模板。An enterprise-level front-end basic template for the middle platform built with rsbuild, React 18, TypeScript 5, antd 5, and other technology stacks。 文档地址:https://cl1107.github.io/react-antd-admin-pro-docs (施工中)
https://github.com/cl1107/react-antd-admin-pro

ant-design antd react react-query rsbuild rspack typescript

Last synced: 2 months ago
JSON representation

使用rsbuild、React 18、TypeScript 5、antd 5、等技术栈搭建的企业级中台前端基础模板。An enterprise-level front-end basic template for the middle platform built with rsbuild, React 18, TypeScript 5, antd 5, and other technology stacks。 文档地址:https://cl1107.github.io/react-antd-admin-pro-docs (施工中)

Awesome Lists containing this project

README

        

# Rsbuild Project

## Setup

Install the dependencies:

```bash
pnpm install
```

## Get Started

Start the dev server:

```bash
pnpm dev
```

Build the app for production:

```bash
pnpm build
```

Preview the production build locally:

```bash
pnpm preview
```