https://material-dashboard-react.netlify.app/
- Clone this repository
git clone https://github.com/AlterClassIO/material-dashboard-react
- Install dependencies
cd project-folder
npm install
- Start development server
npm start
- Enjoy!
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/
If you have questions or need help integrating the product please contact us instead of opening an issue.
- Copyright 2020 AlterClass (https://www.alterclass.io/)
- Licensed under MIT (https://github.com/AlterClassIO/material-dashboard-react/blob/master/LICENSE)