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.
chisfis
βββ documentation
β
βββ chisfis
β
βββ package.json
βββ tsconfig.json
βββ craco.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
/containers - files for every page, and component container (the components have connected with redux)
/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.
/templates - We use the generate-react-cli component to quickly create components. You can delete this folder if do not use generate-react-cli.
Last updated
Was this helpful?