Folder Structure
Light Able NodeJs Folders Structure
File/Folder | Path | Description |
---|---|---|
π routes | routes/ | All the routing file are here. |
π src | src/ | All assets and scss and js is here If you change in these files you should run gulp command again. |
π views | views/ | All Ejs templates are stored here. |
Light Able NodeJs Views
File | Path | Description |
---|---|---|
πindex.ejs | views/index.ejs | Light Able Preview Page. |
πadmins | views/admins | All admins pages are here. |
π application | views/application | All application pages are here. Like Account Profile, Chat, eCommerce, Social Media etc. |
π chart | views/chart | All chart pages are here. |
π dashboard | views/chart | Dashboard page is here. |
π demo | views/chart | All the Demo pages here. |
π elements | views/elements | All the alerts, buttons, dropdowns, modals etc. elements files are here. |
π forms | views/forms | All the forms those are used in our kit are here. |
π layouts | views/layouts | All the layout pages like headers, sidebars, customizer and components are here. |
π other | views/other | You can all other pages here. |
π pages | views/pages | You can all authentication related pages here. |
π table | views/table | All tables used in kit are here. |
π widget | views/widget | All UI widget pages are here. |
Last updated