Getting Started: Installing Your Template
Follow these steps to get started with the template:
- Select Your Template Folder:
- Choose either the 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:
next/
├── public/
│ ├── images/
│ │ └── All Images
│ ├── landing-modules/
│ │ └── All Images
│ ├── module-images/
│ │ └── All Images
│ src/
│ ├── app/
│ ├── default-pages
│ ├── extra-pages
│ ├── layout-pages
│ ├── assets/
│ │ └── custom/
│ │ │ └── All Custom Css
│ │ └── landing-modules/
│ │ │ └── All landing-modules page Css
│ │ └── landing-modules/
│ │ │ └── All modules Css
│ │ └── scss/
│ │ │ └── All Css
│ ├── chat/
│ │ └── All Chat file
│ ├── components/
│ │ └── All Components
│ ├── e-commore/
│ │ └── All Ecommore pages file
│ ├── menu-style/
│ │ └── Index Menu-style File
│ ├── social/
│ │ └── Social File
│ ├── store/
│ │ └── Storage File
│ ├── style
│ ├── utilities/
│ │ └── All Utilities
│ ├── Clientlayout.tsx
│ ├── layout.tsx
│ ├── page.tsx
│ ├── globles.css
└── .gitignore
└── next-config.mjs
└── package.json
└── README.md
Note:
Other files can be used according
to your convenience.