React Admin Dashboard App | React, Material UI, Data Grid, Chart, Light & Dark Mode.
This project serves as a starter template for building admin dashboards with modern UI components and theme support.
- React + Vite
- Material UI (MUI) Components
- Responsive Layout
- Data Grid for tabular data
- Integrated Charts
- Light and Dark mode toggle
Follow the steps below to set up and run the React Admin Dashboard locally.
Before you begin, ensure you have Node.js and npm installed.
Download them from the official Node.js website.
git clone https://github.com/panchalmukundak/react-admin-stockmaster-dashboard.gitcd react-admin-stockmaster-dashboardnpm installStart the server to preview the application in your browser:
npm run devThis will run the project in development mode with hot-reload support.
To build the project for production deployment:
npm run buildThis project is licensed under the MIT License.