Getting Started: Installing Your Template
Follow these steps to get started with the template:
- Select Your Template Folder:
- Choose either the Dashboard folder based on your needs to find all the template files
- Upload Files to Your Server:
- Use FTP to upload the files to your server.
- Maintain the Folder Structure:
- Ensure you maintain the structure while uploading the required files/folders:
- Completion.
- Now that you have followed these steps, your basic installation is complete. Your site or dashboard is ready to be showcased to the world!
Dashboard folder:
react/
├── public/
│ ├── image
│ │ │ └── All Images
│ ├── index.html
│ ├── favicon.ico
│ src/
│ ├── assets/
│ │ └── custom/
│ │ └── scss/
│ │ │ └── Custom scss
│ │ └── Module/
│ │ │ └── All Module
│ ├── components/
│ │ └── All Components
│ ├── layout/
│ │ └── All Layouts file
│ ├── router/
│ │ └── Index Route File
│ ├── store/
│ │ └── Storage File
│ ├── utilities/
│ │ └── All Utilities
│ ├── views/
│ │ └── All View Files
│ ├── plugin/
│ │ └── All plugin
│ ├── App.js
│ ├── index.js
│ ├── reportWebVitals.js
│ ├── setup.Test.js
└── .gitignore
└── .htaccess
└── package.json
└── README.md
Note:
Other files can be used according
to your convenience.