Skip to content

Commit d2e66ed

Browse files
committed
Update README
1 parent f8ff62c commit d2e66ed

File tree

2 files changed

+33
-49
lines changed

2 files changed

+33
-49
lines changed

README.md

Lines changed: 33 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,30 @@
44

55
[![Material Kit - React](https://s3.eu-west-2.amazonaws.com/devias/products/react-material-dashboard/react-material-free-xl.jpg)](https://react-material-dashboard.devias.io/)
66

7-
> Free React Admin Dashboard made with [Material UI's](https://material-ui.com/?ref=devias-io) components, [React](https://reactjs.org/?ref=devias-io) and of course [create-react-app](https://facebook.github.io/create-react-app/?ref=devias-io) 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/](https://devias.io/)
7+
> Free React Admin Dashboard made with [Material UI's](https://material-ui.com/?ref=devias-io) components, [React](https://reactjs.org/?ref=devias-io) and of course [Next.js](https://github.com/vercel/next.js/?ref=devias-io) 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/](https://devias.io/)
8+
9+
## Demo
10+
11+
- [Dashboard Page](https://material-kit-react.devias.io)
12+
- [Users Page](https://material-kit-react.devias.io/customers)
13+
- [Products Page](https://material-kit-react.devias.io/products)
14+
- [Register Page](https://material-kit-react.devias.io/register)
15+
- [Login Page](https://material-kit-react.devias.io/login)
16+
- [Account Page](https://material-kit-react.devias.io/account)
17+
- [Settings Page](https://material-kit-react.devias.io/settings)
818

919
## Upgrade to PRO Version
1020

1121
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 :)
1222

13-
14-
| Free Version (this one) | [Material Kit Pro - React](https://material-ui.com/store/items/devias-kit-pro/) |
23+
| Free Version (this one) | [Material Kit Pro - React](https://material-ui.com/store/items/devias-kit-pro/) |
1524
| ------------------------ | :----------------------------------------------------------- |
16-
| **7** Demo Pages | **32** demo pages
25+
| **7** Demo Pages | **40+** demo pages
1726
| - | ✔ Dark & light mode
18-
| - | ✔ Authentication with *Amplify**, **Auth0** and **Firebase**
19-
| - | ✔ TypeScript version
20-
| - | ✔ Design files (sketch & figma) - for extended license
21-
| - | ✔ Complete users flows
22-
23-
## Demo
24-
25-
- [Dashboard Page](https://material-kit-react.devias.io/app/dashboard)
26-
- [Users Page](https://material-kit-react.devias.io/app/customers)
27-
- [Products Page](https://material-kit-react.devias.io/app/products)
28-
- [Register Page](https://material-kit-react.devias.io/register)
29-
- [Login Page](https://material-kit-react.devias.io/login)
30-
- [Account Page](https://material-kit-react.devias.io/app/account)
31-
- [Settings Page](https://material-kit-react.devias.io/app/settings)
32-
27+
| - | ✔ Authentication with *Amplify**, **Auth0**, **JWT** and **Firebase**
28+
| - | ✔ TypeScript version - for Standard Plus and Extended license
29+
| - | ✔ Design files (sketch & figma) - for Standard Plus and Extended license
30+
| - | ✔ Complete users flows
3331

3432
## Quick start
3533

@@ -39,55 +37,42 @@ We also have a pro version of this product which bundles even more pages and com
3937

4038
- Install dependencies: `npm install` or `yarn`
4139

42-
- Start the server: `npm run start` or `yarn start`
40+
- Start the server: `npm run dev` or `yarn dev`
4341

4442
- Views are on: `localhost:3000`
4543

46-
## 🖌 Design Files
47-
48-
👉[Download Sketch file](https://s3.eu-west-2.amazonaws.com/devias/products/react-material-dashboard/react-material-dashboard-free.sketch)
49-
50-
👉[Download Figma file](https://devias.s3.eu-west-2.amazonaws.com/products/react-material-dashboard/react-material-dashboard-free.fig)
51-
5244
## File Structure
5345

5446
Within the download you'll find the following directories and files:
5547

5648
```
57-
material-react-dashboard
49+
material-kit-react
5850
59-
── .eslintrc
51+
── .eslintrc.json
6052
├── .gitignore
61-
├── .prettierrc
6253
├── CHANGELOG.md
6354
├── jsconfig.json
6455
├── LICENSE.md
6556
├── package.json
6657
├── README.md
6758
├── public
68-
├── docs
6959
└── src
70-
├── assets
71-
├── common
60+
├── __mocks__
7261
├── components
73-
├── helpers
7462
├── icons
75-
├── layouts
7663
├── theme
77-
├── views
78-
│ ├── Account
79-
│ ├── Dashboard
80-
│ ├── Icons
81-
│ ├── NotFound
82-
│ ├── ProductList
83-
│ ├── Settings
84-
│ ├── SignIn
85-
│ ├── SignUp
86-
│ ├── Typography
87-
│ └── UserList
88-
├── App.jsx
89-
├── index.jsx
90-
└── Routes.jsx
64+
├── utils
65+
└── pages
66+
├── 404.js
67+
├── _app.js
68+
├── _document.js
69+
├── account.js
70+
├── customers.js
71+
├── index.js
72+
├── login.js
73+
├── products.js
74+
├── register.js
75+
└── settings.js
9176
```
9277

9378
## Resources

public/_redirects

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)