You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,27 @@
1
-
# React Material Admin — Material-UI Dashboard Template
1
+
# React Material Admin Full — Material-UI Dashboard Template
2
2
3
3
Built with [React](https://facebook.github.io/react/), [Material-UI](https://material-ui.com), [React Router](https://reacttraining.com/react-router/).
4
4
**No jQuery and Bootstrap!**
5
5
6
-
**This version uses React 16.14.0, React Router v5, MaterialUI v4, built with React Hooks and React Context (No Redux)**
6
+
**This version uses React 17, React Router v5, MaterialUI v5, built with React Hooks and React Context (No Redux)**
7
7
8
-
The React Material Admin template demonstrates a modern approach to dashboard design. React 16.14.0, React Router v5, and MaterialUI v4, built using React Hooks and React Context (eschewing Redux), provide a streamlined, contemporary foundation for developing [business software](https://flatlogic.com/) dashboards.
This is a limited version of [**Full React Material Admin**](https://flatlogic.com/templates/react-material-admin-full/demo) with more components, pages and theme support.
17
-
18
12
## Features
19
13
20
-
- React (**16.14.0**)
14
+
- React (**18.2.0**)
21
15
- React Hooks
22
16
- React Context
23
17
-**No jQuery and Bootstrap!**
24
18
- Mobile friendly layout (responsive)
25
19
- Create-react-app under the hood
26
20
- React Router v5
27
-
- Material-UI v4
21
+
- Material-UI v5
28
22
- Modular Architecture
29
23
- CSS-in-JS styles
24
+
- Styled Components
30
25
- Webpack build
31
26
- Stylish, clean, responsive layout
32
27
- Authentication
@@ -35,9 +30,12 @@ This is a limited version of [**Full React Material Admin**](https://flatlogic.c
35
30
36
31
We have implemented some basic pages, so you can see our template in action.
This will install both run-time project dependencies and developer tools listed
63
60
in [package.json](package.json) file.
64
61
65
-
#### 3. Run `yarn start`
62
+
#### 3 Run `yarn dev`
63
+
Runs the app in the development mode without backend
64
+
65
+
#### 3.1 Run `yarn start`
66
66
67
-
Runs the app in the development mode.
67
+
Runs the app in the development mode with nodejs-backend (https://github.com/flatlogic/nodejs-backend)
68
68
69
69
Open http://localhost:3000 to view it in the browser. Whenever you modify any of the source files inside the `/src` folder,
70
70
the module bundler ([Webpack](http://webpack.github.io/)) will recompile the
@@ -80,7 +80,7 @@ Your app is ready to be deployed!
80
80
81
81
## Support
82
82
83
-
For any additional information please go to our [**support forum**](https://flatlogic.com/forum) and raise your questions or feedback provide there. We highly appreciate your participation!
83
+
For any additional information please refer to [Support forum](https://flatlogic.com/forum).
0 commit comments