Skip to content

AlterClassIO/material-dashboard-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Material Dashboard React

Netlify Status

Table of Contents

Demo

https://material-dashboard-react.netlify.app/

product

Quick Start

  1. Clone this repository
git clone https://github.com/AlterClassIO/material-dashboard-react
  1. Install dependencies
cd project-folder
npm install
  1. Start development server
npm start
  1. Enjoy!

File Structure

material-dashboard-react
.
├── CHANGELOG.md
├── LICENSE.md
├── README.md
├── package.json
├── .gitignore
├── public/
│   ├── favicon.ico
│   ├── index.html
│   ├── manifest.json
│   ├── logo.png
│   ├── square_logo192.png
│   └── square_logo512.png
└── src/
    ├── App.js
    ├── hooks.js
    ├── index.css
    ├── index.js
    ├── serviceWorker.js
    ├── setupTests.js
    ├── themes.js
    ├── components/
    ├── layouts/
    └── pages/

Technical Support or Questions

If you have questions or need help integrating the product please contact us instead of opening an issue.

Licensing