File size: 3,403 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 |
## [Devias Kit - React](https://material-kit-react.devias.io/)

[](https://material-kit-react.devias.io/)
> Free React Admin Dashboard made with [MUI's](https://mui.com) components, [React](https://reactjs.org) and of course [Next.js](https://github.com/vercel/next.js) to boost your app development process!
## Pages
- [Dashboard](https://material-kit-react.devias.io)
- [Customers](https://material-kit-react.devias.io/dashboard/customers)
- [Integrations](https://material-kit-react.devias.io/dashboard/integrations)
- [Settings](https://material-kit-react.devias.io/dashboard/settings)
- [Account](https://material-kit-react.devias.io/dashboard/account)
- [Sign In](https://material-kit-react.devias.io/auth/sign-in)
- [Sign Up](https://material-kit-react.devias.io/auth/sign-up)
- [Reset Password](https://material-kit-react.devias.io/auth/reset-password)
## Free Figma Community File
- [Duplicate File](https://www.figma.com/file/b3L1Np4RYiicZAOMopHNkm/Devias-Dashboard-Design-Library-Kit)
## 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 :)
| Free Version (this one) | [Devias Kit Pro](https://mui.com/store/items/devias-kit-pro/) |
| ------------------------ | :--------------------------------------------------------------------------- |
| **8** Pages | **80+** Pages |
| β Custom Authentication | β Authentication with **Amplify**, **Auth0**, **Firebase** and **Supabase** |
| - | β Vite Version |
| - | β Dark Mode Support |
| - | β Complete Users Flows |
| - | β Premium Technical Support |
## Quick start
- Clone the repo: `git clone https://github.com/devias-io/material-kit-react.git`
- Make sure your Node.js and npm versions are up to date
- Install dependencies: `npm install` or `yarn`
- Start the server: `npm run dev` or `yarn dev`
- Open browser: `http://localhost:3000`
## File Structure
Within the download you'll find the following directories and files:
```
βββ .editorconfig
βββ .eslintrc.js
βββ .gitignore
βββ CHANGELOG.md
βββ LICENSE.md
βββ next-env.d.ts
βββ next.config.js
βββ package.json
βββ README.md
βββ tsconfig.json
βββ public
βββ src
βββ components
βββ contexts
βββ hooks
βββ lib
βββ styles
βββ types
βββ app
βββ layout.tsx
βββ page.tsx
βββ auth
βββ dashboard
```
## Resources
- More freebies like this one: https://devias.io
## Reporting Issues:
- [Github Issues Page](https://github.com/devias-io/material-kit-react/issues)
## License
- Licensed under [MIT](https://github.com/devias-io/material-kit-react/blob/main/LICENSE.md)
## Contact Us
- Email Us: support@deviasio.zendesk.com
|