From 37212e99d5d9f8b353d99cb9348e5667ff5e12f2 Mon Sep 17 00:00:00 2001 From: tekh Date: Mon, 21 Jul 2025 14:38:48 +0200 Subject: [PATCH] Update README.md --- README.md | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2829c4..fcf21b9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,36 @@ -# digital-data-react-mui-template +## Digital Data React-MUI Template ([Free version](https://free.minimals.cc/)) -Dieses Repository beinhaltet das Standard Template für React Anwendungen. Verwendet wird die MUI Bibliothek. \ No newline at end of file +![preview](public/assets/images/minimal-free-preview.jpg) + +> React Admin Dashboard made with Material-UI components and React + Vite.js. + +## Pages + +- [Dashboard](/) +- [Users](/user) +- [Products](/products) +- [Blog](/blog) +- [Sign in](/sign-in) +- [Not found](/404) + +## Quick start + +- Clone the repo: `git clone http://git.dd:3000/AppStd/digital-data-react-mui-template.git +- Recommended: `Node.js v20.x` +- **Install:** `npm i` or `yarn install` +- **Start:** `npm run dev` or `yarn dev` +- **Build:** `npm run build` or `yarn build` +- Open browser: `http://localhost:3039` + +## Upgrade to PRO Version + | +| :-------------------------- | :------------------------------------------------------------------------------------------------------ | +| **6** Pages | **70+** Pages | +| **Partial** theme customize | **Fully** theme customize | +| - | **Next.js** version | +| - | **TypeScript** version (Standard Plus and Extended license) | +| - | Design **Figma** file (Standard Plus and Extended license) | +| - | Authentication with **Amplify**, **Auth0**, **JWT**, **Firebase** and **Supabase** | +| - | Light/dark mode, right-to-left, form validation... ([+more components](https://minimals.cc/components)) | +| - | Complete users flows | +| - | Learn more: [Package & license](https://docs.minimals.cc/package) | \ No newline at end of file