đ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 | âââ vite.html âââ đ src | âââ đ assets | | âââ đ fonts | | âââ đ images | | âââ đ scss | | âââ react.html | | | âââ đ Common | | âââ đ JsonData | | âââ BreadcrumbItem.tsx | | âââ DeleteModal.tsx | | âââ Filter.ts | | âââ layoutConfig.ts | | âââ TableContainer.tsx | | | âââ đ Layout | | âââ đ HorizontalLayout | | âââ Footer.tsx | | âââ FooterBlock.tsx | | âââ Header.tsx | | âââ index.tsx | | âââ MenuData.tsx | | âââ NestedMenu.tsx | | âââ NonLayout.tsx | | âââ RightCustomizer.tsx | | âââ Slider.tsx | | âââ Topbar.tsx | | | âââ đ pages | | âââ đ application | | âââ đ chart | | âââ đ elements | | âââ đ forms | | âââ đ other | | âââ đ pages | | âââ đ table | | âââ đ widget | | âââ Affiliate Dashboard | | âââ dashboard | | âââ index.tsx | | âââ LivePreview.tsx | | | âââ đ Routes | | âââ allRoutes.tsx | | âââ index.tsx | | | âââ đ toolkit | | âââ đ Calendar | | âââ đ Chat | | âââ đ E-commerce | | âââ đ Email | | âââ đ themeLayouts | | âââ index.ts | | âââ thunk.ts | | | âââ đ views | | âââ đ Application | | âââ đ Chart | | âââ đ Checkbox | | âââ đ Dashboard | | âââ đ Forms | | âââ đ Landing | | âââ đ LivePreview | | âââ đ Maps | | âââ đ Table | | âââ đ Widgets | | | âââ App.css | âââ App.tsx | âââ index.css | âââ main.tsx | âââ vite-env.d | âââ .eslintrc.json âââ .gitingore âââ global.d.ts âââ index.html âââ package.json âââ package-lock.json âââ README.md âââ tsconfig.json âââ tsconfig.node.json âââ vite.config
File/Folder | Path | Description |
---|---|---|
đLight Able
root:
The main folder of our project.
đpublic
public/
Contains static assets like vite.svg
đ src
src/
Contains react.js components, routers, layouts etc.