Skip to content

Commit c21c717

Browse files
author
Flatlogic Bot
committed
chore: modernize baseline, docs, routing and MUI compatibility
1 parent 66001d9 commit c21c717

172 files changed

Lines changed: 41546 additions & 29630 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintcache

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

README.md

Lines changed: 29 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,36 @@ Looking for a perfect codebase generator for your Startup? Try [Flatlogic AI Web
2525
git clone https://github.com/flatlogic/react-material-admin.git
2626
cd react-material-admin
2727
```
28-
2. **Install dependencies**
28+
2. **Use Node.js 20.15+**
2929
```bash
30+
node -v
31+
```
32+
3. **Install dependencies**
33+
```bash
34+
npm install
35+
# or
3036
yarn install
3137
```
32-
3. **Run the app**
38+
4. **Run frontend-only mode (default)**
3339
```bash
34-
yarn start
40+
npm run dev
41+
# or
42+
yarn dev
3543
```
36-
4. **Runs the app in the development mode without backend**
37-
```bash
38-
yarn dev
39-
```
40-
41-
5. **Build for production**
44+
5. **Enable backend mode (optional)**
45+
- Create `.env.local`:
46+
```bash
47+
REACT_APP_BACKEND=true
48+
```
49+
- Start backend API on `http://localhost:8080`
50+
- Run:
51+
```bash
52+
npm run dev
53+
```
54+
6. **Build for production**
4255
```bash
56+
npm run build
57+
# or
4358
yarn build
4459
```
4560

@@ -49,21 +64,21 @@ Looking for a perfect codebase generator for your Startup? Try [Flatlogic AI Web
4964

5065
- Three Color Themes
5166
- Fully Responsive
52-
- React 16.14.0 + Hooks
53-
- Material-UI v4
67+
- React 19
68+
- MUI 7
5469
- Authentication System
5570
- Modular Architecture
5671
- Charts Libraries
5772
- Dashboard Pages
5873
- CSS-in-JS Styling
59-
- Create-React-App Under the Hood
74+
- CRA + react-app-rewired setup
6075

6176
---
6277

6378
## 🛠 Built With
6479

65-
- React 16.14.0
66-
- Material-UI v4
80+
- React 19
81+
- MUI 7
6782
- React Hooks & Context API
6883
- React Router v5
6984
- Webpack
@@ -117,4 +132,3 @@ Additionally, these templates are tailored for specific business needs:
117132
> Join our [Flatlogic Community Discord](https://discord.gg/flatlogic-community) or visit our [support forum](https://flatlogic.com/forum). We might even reply!
118133
119134
---
120-

0 commit comments

Comments
 (0)