diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0b75aa60b..000000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/*.zip -/package diff --git a/CHANGELOG.md b/CHANGELOG.md index 73035d335..c1965dc70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,17 @@ All notable changes to this template will be documented in this file -## v1.0.0 (YYYY-MM-DD) +## v2.0.0 (2024-06-18) + +### Added + +- Initial Release (Next.js v14 + App Router) + +### Deprecated + +- Next.js v12 version with Pages Router is now deprecated. You may access the deprecated version [here](https://github.com/themeselection/materio-mui-nextjs-admin-template-free/tree/nextjs-pages-router). + +## v1.0.0 (2022-03-16) ### Added diff --git a/README.md b/README.md index 7efcdbda7..5a4bc24e7 100644 --- a/README.md +++ b/README.md @@ -1,65 +1,125 @@

- - {template_name}-logo + + materio-logo

- - {template_name_titlized} + + Materio - Free MUI NextJS Admin Template

-

{template_punchline}

+

Most Powerful & Comprehensive Free MUI NextJS Admin Dashboard Template built for developers!

- - license + + license - GitHub Workflow Status - - GitHub release + GitHub Workflow Status + + GitHub release Twitter Follow

-[![Materio - Vuetify VueJS Free Admin Template Demo Screenshot]({product_demo_image_url})]({ts_product_page_url}) +[![Materio - Free MUI NextJS Admin Template Demo Screenshot](https://cdn.themeselection.com/ts-assets/materio/materio-mui-nextjs-admin-template-free/marketing/materio-mui-nextjs-admin-template-free-github.png)](https://themeselection.com/item/materio-free-mui-nextjs-admin-template) ## Introduction 🚀 -{introduction} +If you're a developer looking for the most Powerful & comprehensive [Free MUI NextJS Admin Dashboard Template](https://themeselection.com/item/materio-free-mui-nextjs-admin-template) built for developers, rich with features, and highly customizable, look no further than Materio. We've followed the highest industry standards to bring you the very best admin template that is not only easy to use but highly scalable. Offering ultimate convenience and flexibility, you'll be able to build whatever application you want with very little hassle. -[View Demo]({direct_demo_url__NOT_PRODUCT_PAGE_URL}) +Build premium quality applications with ease. Use one of the most innovative [NextJS admin templates](https://themeselection.com/item/category/next-js-admin-template) to create eye-catching, high-quality WebApps. Your apps will be completely responsive, ensuring they'll look stunning and function flawlessly on desktops, tablets, and mobile devices. + +Materio provides a template with Javascript and Typescript. + +[View Demo](https://demos.themeselection.com/materio-mui-nextjs-admin-template-free/demo) ## Installation ⚒️ -{installation steps} +Installing and running the template is super easy in Materio, please follow these steps and you should be ready to rock 🤘: + +1. Make sure you have installed Node.js (LTS). If Node.js is already installed in your system, make sure the installed version is LTS (and not the latest version) +2. Navigate to the `typescript-version` or `javascript-version` folder and run the following command to install our local dependencies listed in the `package.json` file. You can use `pnpm`, `yarn` or `npm` as per your preference + + > It is recommended to use pnpm for better dependency management + + ```bash + # For pnpm (recommended) + pnpm install + + # For yarn + yarn install + + # For npm + npm install + ``` + +3. Rename the `.env.example` file to `.env` file +4. Now, you are ready to start the server with the help of the command shown below. Open [http://localhost:3000](http://localhost:3000) to check your development 🚀. + + ```bash + # For pnpm (recommended) + pnpm dev + + # For yarn + yarn dev + + # For npm + npm run dev + ``` ## What's Included 📦 -{template_includes} +- Layouts + - Blank + - Full + - Boxed +- Dashboard +- Pages + - Account Settings + - Login + - Register + - Forgot Password + - Error + - Under Maintenance +- Iconify Icons +- Basic Cards +- Form Layouts ## What's in Premium Version 💎 -| {template_single_word_name} Free Version | {template_single_word_name} Premium Version | +| Materio Free Version | Materio Premium Version | | ----------------------------------------------- | :------------------------------------------------ | -| [Demo]({direct_demo_url__NOT_PRODUCT_PAGE_URL}) | [Demo]({product_landing_page_url}) | -| [Download]({ts_product_page_url}) | [Purchase]({ts_premium_product_page_url}) | -| Single vertical menu | Vertical (+ vertical collapsed) & Horizontal menu | +| [Demo](https://demos.themeselection.com/materio-mui-nextjs-admin-template-free/demo) | [Demo](https://demos.themeselection.com/materio-mui-nextjs-admin-template/demo-1) | +| [Download](https://themeselection.com/item/materio-free-mui-nextjs-admin-template) | [Purchase](https://themeselection.com/item/materio-free-mui-nextjs-admin-template) | +| Single vertical menu | Vertical (+ vertical collapsed) & Horizontal menu | +| Default skin | Default, bordered & semi-dark skin | +| 1 simple dashboard | 5 niche dashboards | +| - | 10 Applications including eCommerce, academy, email, chat, calendar, invoice, kanban, etc. | +| Simple form layouts | Advanced form layouts, form validation & form wizard | +| Basic cards | Basic, advanced, statistics, charts, gamification & action cards | +| - | Quick search - quickly navigate between pages (with hotkey support) | +| Basic tables | Advanced tables | +| 1 chart library | 2 chart libraries | +| 6 pages | 35+ pages | +| Simple navbar & footer | Multiple navbar & footer options | +| - | Authentication using NextAuth | +| - | RTL (right-to-left) support | +| - | Redux toolkit | +| - | Multi-lingual support | +| - | Starter-kit | +| - | Customizer drawer to check options in live app | +| Limited customization | Endless customization possibilities | +| Regular support | Priority support | ## Documentation 📜 - - -Check GitHub [Wiki]({repo_url}/wiki) of this repo - - - -Check out our live [Documentation]({live_docs_link}) +Check out our live [Documentation](https://demos.themeselection.com/materio-mui-nextjs-admin-template/documentation) ## Browser Support 🖥️ @@ -106,31 +166,25 @@ For free products, enjoy community support via GitHub issues. Upgrade to Premium

- html   + html   - html   + html   - html_laravel   + html_laravel   - html_django   + html_django   - net_core   + net_core   - next.js   - - react   + next.js   - vue   + vue   - vue_laravel   + vue_laravel   - nuxt   - - angular   + nuxt  

- - ## Looking For Premium Admin Templates ?? 👀 **[ThemeSelection](https://themeselection.com/)** provides Selected high quality, modern design, professional and easy-to-use **Fully Coded Dashboard Templates & UI Kits** to create your applications faster! diff --git a/documentation.html b/documentation.html index 3038ddb34..6dab6f776 100644 --- a/documentation.html +++ b/documentation.html @@ -4,11 +4,11 @@ $template_name + content="0; URL='https://demos.themeselection.com/materio-mui-nextjs-admin-template/documentation'" /> -

If you do not redirect please visit : $docs_url

+

If you do not redirect please visit : https://demos.themeselection.com/materio-mui-nextjs-admin-template/documentation