Really simple React + Ant Design + Tailwind CSS + Typescript + Vite + Mobx boilerplate.
This is a simple template of a react-based backend administration system. It is built using the vite framework and utilizes React 18, functional components, and hooks. The project showcases various features including a UI framework (React Hooks) and routing (React Router v6). It also incorporates global state management (MobX MobX-React-Lite) and a powerful CSS tool (Tailwind CSS). The theme of the system is customizable with support for both light and dark styles, as well as different color themes. It also provides internationalization support with options to switch between English and Chinese languages. The project includes features such as a configuration-based router, route authentication, Axios integration for HTTP requests, token persistence, and modularized state management with MobX.
npm install
yarn install
npm run dev
yarn dev
To build the application for production, run the following command:
npm run build
or
yarn build
This will create a build folder with the bundled and optimized production-ready application. The contents of this folder can then be deployed to a production environment.
The react-based backend administration system template is a simplified project built using vite and various supporting libraries and tools. It provides a range of features including functional components, routing, global state management, a CSS framework, internationalization support, data request handling, theme customization, and more. The installation process involves cloning the repository, installing dependencies, and starting the development server. The system can also be built for production and deployed to a live environment.