logo
The World’s #1 Bootstrap 5 HTML,
VueJS, React, Angular, Laravel, Asp.Net Core, Blazor, Django & Flask

Admin Dashboard Ecosystem

This is Metronic 7 documentation!

Upon purchase you can get Metronic 7 version from our Github Repository.
Request Github access
The new Metronic 8 is now available with the most advanced Bootstrap 5, VueJS, React and Laravel foundation with a solid light and dark mode design system, extensive utility classes and custom made in-house components.
View Metronic 8 documentation

To use most of the Metronic build tools, Node.js LTS version is required. Version 14.x LTS is recommended. Some of the plugins and framework in Metronic v7 does not support the latest Node.js version. https://nodejs.org/en/

Deployment

As the example of application URL: https://example.com/my/app.

  1. Setup baseURL via homepage entry in package.json.

    "name": "default",
    "version": "0.1.0",
    "private": true,
    - "homepage": "https://keenthemes.com/metronic/preview/react"
    + "homepage": "https://example.com/my/app",
    "scripts": {
  2. Setup correct destinations and source in serve.json.

    "redirects": [{
      "source": "/",
      - "destination": "/metronic/preview/react",
      + "destination": "/my/app",
    }],
    "rewrites": [{
      - "source": "/metronic/preview/react/**",
      + "source": "/my/app/**",
      - "destination": "/metronic/preview/react/index.html"
      + "destination": "/my/app/index.html"
    }]
  3. Run build.

    yarn build

Serve production mode

As the example of application URL: http://localhost:5000.

  1. Setup baseURL via homepage entry in package.json.

    "name": "default",
        "version": "0.1.0",
        "private": true,
        - "homepage": "/metronic/react/demo1"
        + "homepage": "",
        "scripts": {
  2. Setup correct destinations and source in serve.json.

    "redirects": [{
          "source": "/",
          - "destination": "/metronic/preview/react",
          + "destination": "",
        }],
        "rewrites": [{
          - "source": "/metronic/preview/react/**",
          + "source": "/**",
          - "destination": "/metronic/preview/react/index.html"
          + "destination": "/index.html"
        }]
  3. Run build.

    yarn build
  4. For environments using Node, the easiest way to handle this would be to install serve and let it handle the rest:

    Run npm install -g serve and serve -s build -l 5000

  5. Open http://localhost:5000 URL in your browser

Host react application on Apache server setup: CRA Apache setup

Our Metronic React application is based on Create React App. For more detailed information of the CRA, visit the official Create React App documentation website.

Think About The Future, Stay Connected With Us
The More We Learn, The More We Are Able To Innovate & To Develop