đFolder Structure
The Light Able folder structure is meticulously organized to enhance project scalability and maintainability. With directories for routes, controllers, assets, views, and configuration settings
Last updated
The Light Able folder structure is meticulously organized to enhance project scalability and maintainability. With directories for routes, controllers, assets, views, and configuration settings
Last updated
âââ đ public | âââ next.svg | âââ vercel.html âââ đ src | âââ đ app | | âââ favicon.ico | | âââ layout.tsx | | âââ page.module.css | | | âââ đ assets | | âââ đ font | | âââ đ images | | âââ đ scss | | | âââ đ Common | | âââ đ JsonData | | âââ BreadcrumbItem.tsx | | âââ DeleteModal.tsx | | âââ Filter.tsx | | âââ layoutConfig.ts | | âââ TableContainer.tsx | | | âââ đ Layouts | | âââ Footer.tsx | | âââ FooterBlock.tsx | | âââ Header.tsx | | âââ index.tsx | | âââ MenuData.tsx | | âââ NonLayout.tsx | | âââ RightCustomizer.tsx | | âââ Sidebar.tsx | | âââ Topbar.tsx | | | âââ đ pages | | âââ đ application | | âââ đ chart | | âââ đ elements | | âââ đ forms | | âââ đ other | | âââ đ pages | | âââ đ table | | âââ đ ui-kit | | âââ đ widget | | âââ _app.tsx | | âââ _document.tsx | | âââ index.js | | | âââ đ toolkit | | âââ đ Calendar | | âââ đ Chat | | âââ đ E-commerce | | âââ đ Email | | âââ đ themeLayouts | | âââ index.ts | | âââ thunk.ts | | | âââ đ views | | âââ đ Application | | âââ đ Chart | | âââ đ Dashboard | | âââ đ Forms | | âââ đ Landing | | âââ đ Maps | | âââ đ Table | | âââ đ Widgets | âââ .eslintrc.json âââ .gitingore âââ global.d.ts âââ next-env.d.ts âââ next.config.js âââ package.json âââ README.md âââ tsconfig.json âââ yarn.lock
File/Folder | Path | Description |
---|---|---|
đLight Able
root:
The main folder of our project.
đpublic
public/
Contains static assets like next.svg and vercel.svg
đ src
src/
Contains next.js components, routers, layouts etc.