elfinsanjaya12 / Material-UI-Dashboard

Tamplate React Dashboard

Home Page:https://material-ui-dashboard-v1.netlify.com/dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

license

React Material Dashboard

Free React Dashboard made with Material UI's components, React and of course create-react-app to boost your app development process! We'll launch a pro version soon, so if you are interested subscribe to our personal emailing list on https://devias.io/

Demo

Upgrade to PRO Version

We also have a pro version of this product which bundles even more pages and components if you want to save more time and design efforts :)

Devias Demo Devias Kit PRO
7 Demo Pages 32 Demo Pages
2 Integrated Plugins 8 Integrated Plugins
- ✔ Design Files (sketch & figma) - for Extended License
- ✔ Complete Users Flows

Quick start

  • 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 or yarn

  • Start the server: npm run start or yarn start

  • Views are on: localhost:3000

Documentation

The documentation for the React Material Kit is can be found here.

Design Files

Download .sketch file

File Structure

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

Resources

Reporting Issues:

License

Contact Us

About

Tamplate React Dashboard

https://material-ui-dashboard-v1.netlify.com/dashboard

License:MIT License


Languages

Language:JavaScript 99.2%Language:HTML 0.6%Language:CSS 0.2%