Folder Structure

Folder Structure

Let's talk about what's inside the downloaded package.

Once you purchased our theme you've to download The All Files & Documentation zip file. The following folder structure is based on that zip file, in that zip file only you'll get all of our theme files including demo content & offline documentation folder.

Ciscryp
 
 โ”œโ”€โ”€ documentation
 โ”‚
 โ”œโ”€โ”€ Ciscryp
    โ”‚
    โ”œโ”€โ”€ package.json
    โ”œโ”€โ”€ tsconfig.json
    โ”œโ”€โ”€ next.config.js
    โ”œโ”€โ”€ manifest.json
    โ”œโ”€โ”€ tailwind.config.js
    โ”‚
    โ”œโ”€โ”€ public
    โ”‚   โ”‚
    โ”‚   โ”œโ”€โ”€ favicon.ico
    โ”‚   โ”œโ”€โ”€ index.html
    โ”‚   โ”œโ”€โ”€ manifest.json
    โ”‚   โ””โ”€โ”€ robots.txt
    โ”‚   
    โ”œโ”€โ”€ build
    โ”‚   โ”‚
    โ”‚   โ”œโ”€โ”€ static
    โ”‚   โ”‚   โ”‚
    โ”‚   โ”‚   โ”œโ”€โ”€ css
    โ”‚   โ”‚   โ”œโ”€โ”€ js
    โ”‚   โ”‚   โ””โ”€โ”€ media
    โ”‚   โ”‚
    โ”‚   โ”œโ”€โ”€ favicon.ico
    โ”‚   โ”œโ”€โ”€ index.html
    โ”‚   โ”œโ”€โ”€ manifest.json
    โ”‚   โ””โ”€โ”€ robots.txt
    โ”‚   
    โ””โ”€โ”€ src
        โ”‚
        โ”œโ”€โ”€ components 
        โ”œโ”€โ”€ constants
        โ”œโ”€โ”€ containers
        โ”œโ”€โ”€ data
        โ”œโ”€โ”€ fonts
        โ”œโ”€โ”€ images
        โ”œโ”€โ”€ routers
        โ”œโ”€โ”€ styles
        โ”œโ”€โ”€ utils
        โ”œโ”€โ”€ App.tsx
        โ”œโ”€โ”€ index.css
        โ”œโ”€โ”€ index.tsx
        โ””โ”€โ”€ reportWebVitals.ts

Src folder also includes these subfolders:

  • /components - React components

  • /app - files for every page

  • /contains - files js colors for the first letter of avatars have no image.

  • /data - JSON data sample files for pages and components

  • /images - logo default and some placeholder image.

  • /fonts - the folders fonts of the template

  • /styles - where you can find all scss files (you can change colors, fonts, ... on scss files in this folder)

  • /utils - Some common js file.

Last updated