Skip to content

devfaisalkhan/adminlte-react-dashboard

Repository files navigation

AdminLTE - React Project

This project integrates the powerful AdminLTE template with the flexibility of React, creating a dynamic and modern admin dashboard for web applications.


Features

  • AdminLTE Version: 3.2.0
  • React Version: Latest Stable Version
  • Responsive Design: Fully compatible with mobile, tablet, and desktop screens.
  • Customizable Components: Modular architecture for easy customization.

Live Demo

Explore the live demo: Online Demo


Development Setup

Step 1: Install Dependencies

Run the following command to install project dependencies:

npm install

Step 3: Start Development Server

Run the development server to preview the application:

npm run dev

The application will be available at: http://localhost:5173/

Step 4: Deploy to GitHub Pages

If you want to upload the project to GitHub Pages, run the following command:

npm run deploy