README.md
June 28, 2023 · View on GitHub
Material Kit - React 
Free React Admin Dashboard made with MUI's components, React and of course Next.js to boost your app development process!
Demo
Free Figma Community File
Quick start
-
Download from Github or Download from Devias or clone the repo:
git clone https://github.com/devias-io/material-kit-react.git -
Make sure your NodeJS and npm versions are up to date for
React 17 -
Install dependencies:
npm installoryarn -
Start the server:
npm run devoryarn dev -
Views are on:
localhost:3000
File Structure
Within the download you'll find the following directories and files:
material-kit-react
┌── .eslintrc.json
├── .gitignore
├── CHANGELOG.md
├── jsconfig.json
├── LICENSE.md
├── package.json
├── README.md
├── public
└── src
├── __mocks__
├── components
├── icons
├── theme
├── utils
└── pages
├── 404.js
├── _app.js
├── _document.js
├── account.js
├── customers.js
├── index.js
├── login.js
├── products.js
├── register.js
└── settings.js
Resources
- More freebies like this one: https://devias.io
Reporting Issues:
License
- Licensed under MIT (https://github.com/devias-io/react-material-dashboard/blob/master/LICENSE.md)