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