Getting Started: Installing Your Template
Follow these steps to get started with the template:
- 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!
Template folder:
gulp+scss+hbs/
├── gulp/
│ │ └── gulp files
├── src/
│ ├── assets/
│ │ ├── client-images/
│ │ ├── images/
│ │ ├── js/
│ │ ├── scss/
│ │ ├── vendor/
│ ├── templates/
│ │ ├── layouts/
│ │ ├── pages/
│ │ ├── partials/
└── .gitignore
└── gulp.config.json
└── gulpfile.js
└── package.json
Note: Other files can be used according
to your convenience.