Getting Started: Installing Your Template

Follow these steps to get started with the template:

  1. Upload Files to Your Server:
    • Use FTP to upload the files to your server.
  2. Maintain the Folder Structure:
    • Ensure you maintain the structure while uploading the required files/folders:
    Dashboard folder:
    HTML/
    ├── gulp/
    │   │   └── gulp files
    ├── src/
    │   ├── assets/
    │   │   ├── images/
    │   │   │   └── All Images
    │   │   ├── js/
    │   │   │   └── All Js Files
    │   │   ├── scss/
    │   │   │   └── All Css/Scss Files
    │   │   ├── vendor/
    │   │   │   └── Other css/js Files
    │   ├── templates/
    │   │   ├── layouts/dashboard/
    │   │   │   └── Layouts File
    │   │   ├── pages/
    │   │   │   └──app/
    │   │   │   │  └── All App File
    │   │   │   └──dashboard/
    │   │   │   │  │  └── All Dashboard File
    │   │   │   └── index.hbs
    │   │   │   partials/
    │   │   │   └── All Partials File
    └── gulp.config.json
    └── gulpfile.js
    └── package.json
    
    Note: Other files can be used according to your convenience.
  3. 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!