File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ 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 . ** Use Node.js 20.15 +**
28+ 2 . ** Use Node.js 22.x (recommended) or 20.19 +**
2929 ``` bash
3030 node -v
3131 ```
@@ -51,16 +51,21 @@ Looking for a perfect codebase generator for your Startup? Try [Flatlogic AI Web
5151 ` ` ` bash
5252 npm run build
5353 ` ` `
54+ 7. ** Preview production build (optional)**
55+ ` ` ` bash
56+ npm run preview
57+ ` ` `
5458
5559---
5660
5761# # 📌 Current Stack Snapshot
5862
5963- React ` 19.2.4`
6064- MUI ` 7.x` + Emotion
61- - React Router ` 6 .x` (` BrowserRouter` , hooks API)
65+ - React Router ` 7 .x` (` BrowserRouter` , hooks API)
6266- Context-based state for auth/users/layout/theme
63- - Vite 5 + ` @vitejs/plugin-react`
67+ - Vite ` 7.x` + ` @vitejs/plugin-react-swc`
68+ - Vitest ` 4.x` smoke tests + GitHub Actions CI (` lint` , ` build` , ` test` )
6469- Frontend-only users/auth fallback is available when backend is disabled
6570
6671---
@@ -85,8 +90,9 @@ Looking for a perfect codebase generator for your Startup? Try [Flatlogic AI Web
8590- React 19
8691- MUI 7
8792- React Hooks & Context API
88- - React Router v6
89- - Vite
93+ - React Router v7
94+ - Vite 7 + SWC React plugin
95+ - Vitest + Testing Library
9096- Node.js (for backend)
9197
9298---
You can’t perform that action at this time.
0 commit comments