-
Download from Github or Download from Devias or clone the repo:
git clone https://github.com/devias-io/react-material-dashboard.git
-
Make sure your NodeJS and npm versions are up to date for
React 16.8.6
-
Install dependencies:
npm install
oryarn
-
Start the server:
npm run start
oryarn start
-
Views are on:
localhost:3000
The documentation for the React Material Kit is can be found here.
Within the download you'll find the following directories and files:
material-react-dashboard
├── .eslintrc
├── .gitignore
├── .prettierrc
├── CHANGELOG.md
├── jsconfig.json
├── LICENSE.md
├── package.json
├── README.md
├── public
├── docs
└── src
├── assets
├── common
├── components
├── helpers
├── icons
├── layouts
├── theme
├── views
│ ├── Account
│ ├── Dashboard
│ ├── Icons
│ ├── NotFound
│ ├── ProductList
│ ├── Settings
│ ├── SignIn
│ ├── SignUp
│ ├── Typography
│ └── UserList
├── App.jsx
├── index.jsx
└── Routes.jsx
- Licensed under MIT (https://github.com/devias-io/react-material-dashboard/blob/master/LICENSE.md)