Getting Started: Installing Your Template

Follow these steps to get started with the template:

  1. Select Your Dashboard Folder:
    • Choose Dashboard folder based on your needs to find all the template files
  2. Upload Files to Your Server:
    • Use FTP to upload the files to your server.
  3. Maintain the Folder Structure:
    • Ensure you maintain the structure while uploading the required files/folders:
    Dashboard Folder:
    angular/
    ├── src/
    │   ├── app/
    │   │   └──  components/
    │   │   │   └── All Components
    │   │   └──  layouts/
    │   │   │   └── All Layouts
    │   │   └──  model/
    │   │   │   └── Model Typescript File
    │   │   └──  modules/
    │   │   │   └── All Modules
    │   │   └──  store/
    │   │   │   └── Storage File
    │   │   └──  views/
    │   │   │   └── All View Files
    │   ├── assets/
    │   │   └──  images/
    │   │   │   └── All Images
    │   │   └──  js/
    │   │   │   └── All Js
    │   ├── modules/
    │   │   └── All Modules
    │   ├── scss/
    │   │   └── All Scss
    │   ├── vendor/
    │   │   └── All Vendor
    └── package.json
    
    Note: Other files can be used according to your convenience.
  4. 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!