More Premium Hugo Themes Premium React Themes

React Antd Admin

一個简洁的 antd-react-admin 应用 -- React + Antd 后台管理系统

React Antd Admin

一個简洁的 antd-react-admin 应用 -- React + Antd 后台管理系统

Author Avatar Theme by chenjun1127
Github Stars Github Stars: 140
Last Commit Last Commit: May 24, 2021 -
First Commit Created: Jan 15, 2024 -
React Antd Admin screenshot

Overview

React-Antd-Admin is a JavaScript application that is built using the create-react-app tool and Antd components. It is designed for building backend products and can be used as a learning resource for React and frontend development. It also serves as a project starter kit for React applications. The goal is to provide a pleasant development experience within the React ecosystem. Prior knowledge of React, ES2015, ES6, Node.js, and Webpack is recommended for using this tool.

Features

  • Built using create-react-app and Antd components
  • Provides a skeleton for an enterprise management system
  • Includes common components and page extensions
  • Supports login, logout, routing, and menu permission management
  • Multiple tabs and breadcrumb navigation
  • System settings and support for Antd and third-party components

Installation

To install and use React-Antd-Admin, follow these steps:

  1. Clone the source code repository

    git clone [repository-url]
    
  2. Install dependencies

    npm install
    
  3. Start the development server

    npm start
    
  4. Build and deploy the application

    npm run build
    

Summary

React-Antd-Admin is a JavaScript application built with create-react-app and Antd components. It serves as a useful tool for creating backend products and as a learning resource for React development. It provides a skeleton for an enterprise management system with various features such as login, routing, and menu permission management. It also supports system settings and integration with Antd and third-party components. Installation and usage of React-Antd-Admin require prior knowledge of React, ES2015, ES6, Node.js, and Webpack.