Getting Started: Installing Your Template

Follow these steps to get started with the template:

  1. Select Your Template Folder:
    • Choose either the Landing Page 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:
    Landing folder:
    next/
    ├── public/
    │   ├── assets/
    │   │   └──  images/
    │   │   │   └── All Images
    src/
    │   ├── assets/
    │   │   └──  scss/
    │   │   │   └── All Css
    │   │   └──  vendor/
    │   │   │   └── All vendor Css
    │   ├── components/
    │   │   └── All Components 
    │   ├── layout/
    │   │   └── All Layouts file
    │   ├── pages/
    │   │   └── Index pages File    
    │   ├── StaticData/
    │   │   └── StaticData File
    │   ├── store/
    │   │   └── Storage File
    │   ├── styles/
    │   │   └── Style Css
    │   ├── utilities/
    │   │   └── All Utilities 
    └── 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, and your site or dashboard is ready to be showcased to the world!