Folder Structure
Ablepro Nodejs
ββ Admin
βββ π routes
| βββ routes.js
βββ π src
| βββ π assets
| βββ π css
| βββ π scss
| βββ π fonts
| βββ π images
| βββ π js
| βββ π json
βββ π views
| βββ π admins
| βββ π application
| βββ π chart
| βββ π dashboard
| βββ π demo
| βββ π elements
| βββ π forms
| βββ π layouts
| βββ π component
| βββ π other
| βββ π pages
| βββ π table
| βββ π widget
| βββ index.ejs
| βββ readme.html
βββ .env
βββ index.js
βββ package.json
βββ package-lock.json
βββ package.json
βββ vite.config.js
ββ Starterkit
ββ Docs
Light Able NodeJs Folders Structure
π 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
π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