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:
    Project folder:
    taiwlind/
    ├── gulp/
    │   │   └── gulp files
    ├── src/
    │   ├── assets/
    │   │   ├── images/
    │   │   │   └── All Images
    │   │   ├── js/
    │   │   │   └── All Js Files
    │   │   ├── scss/
    │   │   │   └── All Css/Scss Files
    │   │   ├── vendor/
    │   │   │   └── Other css/js Files
    │   ├── templates/
    │   │   ├── components/
    │   │   │   └──partials/
    │   │   │   │  └── All Partials File
    │   │   │   └──widgets/
    │   │   │   │  └── All Widgets File
    │   │   ├── layouts/
    │   │   │   └── Layouts File
    │   │   ├── modules/
    │   │   │   └── appointment
    │   │   |   |   └── components
    │   │   |   |   └── layouts
    │   │   |   |   └── pages
    │   │   │   └── blog 
    │   │   |   |   └── components
    │   │   |   |   └── layouts
    │   │   |   |   └── pages
    │   │   │   └── chat
    │   │   |   |   └── components
    │   │   |   |   └── layouts
    │   │   |   |   └── pages
    │   │   │   └── e-commerce
    │   │   |   |   └── components
    │   │   |   |   └── layouts
    │   │   |   |   └── pages
    │   │   │   └── file-manager
    │   │   |   |   └── components
    │   │   |   |   └── layouts
    │   │   |   |   └── pages
    │   │   │   └── landing-pages
    │   │   |   |   └── components
    │   │   |   |   └── layouts
    │   │   |   |   └── pages
    │   │   │   └── mail
    │   │   |   |   └── components
    │   │   |   |   └── layouts
    │   │   |   |   └── pages
    │   │   │   └── social-app
    │   │   |   |   └── components
    │   │   |   |   └── layouts
    │   │   |   |   └── pages
    │   │   ├── pages/
    │   │   │   └── .hbs File
    │   ├── theme/
    │   │   ├── component/
    │   │   │   └── All component js
    └── gulp.config.json
    └── gulpfile.js
    └── package.json
    └── tailwind.config.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!