Folder Structure
Learn about the folder structure of the template and its contents.
|
ββ app
β ββ (dashboard)
β β ββ (apps)
β β ββ (chart)
β β ββ (components)
β β ββ (diagrams)
β β ββ (forms)
| | ββ (home)
β β ββ (icons)
β β ββ (invoice)
| | ββ (map)
β β ββ (tables)
β β ββ blank
| | ββ diagram
β β |-layout.jsx
β β |-main-layout.jsx
β β
β ββ api
β ββ assets
β ββ auth
β ββ error-page
β ββ utility
β |- favicon.ico
β |- layout.jsx
β |- not-found.js
β |- page.jsx
β
ββ components
β ββ auth
β ββ landing-page
β ββ partials
β ββ svg
β ββ task-board
β ββ ui
| |-blank.jsx
β |-dashboard-select.jsx
β |-dashboard-dropdown.jsx
β |-date-picker-with-range.jsx
β |-delete-confirmation-dialog.jsx
β |-error-block.jsx
β |-header-search.jsx
β |-layout-order.jsx
β |-ripple.jsx
|
ββ config
ββ hooks
ββ lib
β ββ docs
β |-appex-chat-options.jsx
β |-auth.js
β |-utils.js
β
ββ pages
β ββ docs
β |-_app.jsx
β |-_meta.json
β
ββ provider
ββ public
ββ store
|- .env.local
|- .gitignore
|- jsconfig.json
|- middleware.js
|- next.env.d.ts
|- next.config.js
|- package-lock.json
|- package.json
|- README.md
|- postcss.config.js
|- tailwind.config.js
|- theme.config.js
|- yarn.lock