π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. |