Getting Started: Installing Your Template
Follow these steps to get started with the template:
- Select Your Dashboard Folder:
- Choose 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:
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.