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:
    QLOUD-ANGULAR/
    src/
    │   ├── app/
    │   │   ├── components/
    │   │   │   └── All Components
    │   │   ├── layouts/
    │   │   │   └── All Layouts File
    │   │   ├── views/
    │   │   │   └── All View files
    │   │   ├── app.component.html
    │   │   ├── app.component.scss
    │   │   ├── app.component.spec.ts
    │   │   ├── app.component.ts
    │   │   ├── app.config.server.ts
    │   │   ├── app.config.ts
    │   │   ├── app.routes.ts
    │   ├── assets/
    │   │   ├── images/
    │   │   │   └── All Images
    │   │   ├── scss/
    │   │   │   └── All Css
    │   │   ├── vendor/
    │   │   │   └── All Vendor Css
    │   │   └── .gitkeep
    │   ├── favicon.ico
    │   ├── index.html
    │   ├── main.server.ts
    │   ├── main.ts
    │   ├── styles.scss
    └── .editorconfig
    └── .gitignore
    └── angular.json
    └── package-lock.json
    └── package.json
    └── server.ts
    └── tsconfig.app.json
    └── tsconfig.json
    └── tsconfig.spec.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. Your site is ready to be showcased to the world!