Skip to content

hanclang/react-admin

Repository files navigation

Introduction

react-admin is a production-ready front-end solution for admin interfaces. It is based on React and uses the UI Toolkit Ant Design.

react-admin is based on the newest development stack of react and typescript solution, typical templates for enterprise applications, and lots of awesome features. It helps you build large and complex Single-Page Applications. I believe whatever your needs are, this project will help you.

Branch

  • the master branch is build of webpack
  • the branch of vite is build of vite tool, if you want to build with vite pls select the vite branch

Getting started

# clone the project
git clone https://github.com/hanclang/react-admin.git

# enter the project directory
cd react-admin

# install dependency
npm install

# develop
npm run dev

This will automatically open http://localhost:3000

Build

# build for production environment
npm run build

Thanks