Skip to content

free-my-purchased/modernize-pro-admin-dashboard-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Repo stars

Version: Pro ( Paid )

Modernize Pro React Admin Template with Material Ui + Typescript

Quick Start

  1. Requirements

    Before proceeding, you need to have the latest stable node.js

    Recommended environment:

    • node js 18+
    • npm js 8+
  2. Install Open package folder and install its dependencies. We recommanded yarn or npm.

    1. Install with npm:
    
       ```base
       cd project-folder
       npm install
       ```
    
    2. Install with yarn:
    
       ```base
        cd project-folder
        yarn install
       ```
    
    3. Start
    
       Once npm install is done now you an run the app.
    
       ```bash
          npm run dev
       ```
    
       This command will start a local webserver http://localhost:5173
    
       ```base
           VITE v4.5.3 ready in 1450 ms
    
           ➜ Local: http://localhost:5173/
           ➜ Network: use --host to expose
           ➜ press h to show help
       ```
    
       4. Build / Deployment
    
       After adding url run below command for build a app.
    
       ```base
         npm run build or yarn build
       ```
    

Finally, Your app is ready to be deployed.🥳🥳

Releases

No releases published

Packages

No packages published