royswale / slash-admin

A modern react admin. It is based on react 18, vite and TypeScript. It's fast !

Home Page:https://admin.slashspaces.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Slash Admin

English | 中文

Introduction

Slash Admin is a modern admin dashboard template built with React 18, Vite, Ant Design, and TypeScript. It is designed to help developers quickly create powerful admin management systems.

Preview

login.png login_dark.png analysis.png workbench.png

Features

  • Built using React 18 hooks.
  • Powered by Vite for rapid development and hot module replacement.
  • Integrates Ant Design, providing a rich set of UI components and design patterns.
  • Written in TypeScript, offering type safety and an improved development experience.
  • Responsive design, adapting to various screen sizes and devices.
  • Flexible routing configuration, supporting nested routes.
  • Integrated access control based on user roles.
  • Supports internationalization for easy language switching.
  • Includes common admin features like user management, role management, and permission management.
  • Customizable themes and styles to meet your branding needs.
  • Mocking solution based on MSW and Faker.js.
  • State management using Zustand.
  • Data fetching using React-Query.

Quick Start

Get the Project Code

git clone https://github.com/d3george/slash-admin.git

Install Dependencies

In the project's root directory, run the following command to install project dependencies:

pnpm install

Start the Development Server

Run the following command to start the development server:

pnpm dev

Visit http://localhost:3001 to view your application.

Build for Production

Run the following command to build the production version:

pnpm build

About

A modern react admin. It is based on react 18, vite and TypeScript. It's fast !

https://admin.slashspaces.com/

License:MIT License


Languages

Language:TypeScript 91.7%Language:JavaScript 6.7%Language:CSS 1.5%Language:HTML 0.1%Language:Shell 0.0%