Folder Structure
Folder Structure
Let's talk about what's inside the downloaded package.
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.tsLast updated