πDirectory Structure
Since SaasAble comes with a gulp, it has minor differences in structure but one can pick any one and start making changes, both are totally independent.
dist/
βββ assets/
β βββ css/
β βββ fonts/
β βββ images/
β βββ js/
β βββ json/
βββ about/
βββ ai/
βββ benefit/
βββ block/
βββ blog/
βββ clientele/
βββ coming-soon/
βββ contact-us/
βββ crm/
βββ crypto/
βββ cta/
βββ error404/
βββ error500/
βββ faq/
βββ feature/
βββ footer/
βββ hero/
βββ hosting/
βββ hrm/
βββ images/
βββ integration/
βββ layouts/
βββ navbar/
βββ other/
βββ pages/
βββ partials/
βββ plugin/
βββ pms/
βββ pricing/
βββ process/
βββ small-hero/
βββ team/
βββ testimonial/
βββ under-maintenance/
βββ index.htmltailwind_plugins/
βββ layouts/
src/
βββ assets/
β βββ fonts/
β βββ images/
β βββ js/
β βββ json/
β βββ scss/
βββ html/
β βββ about/
β βββ ai/
β βββ benefit/
β βββ block/
β βββ blog/
β βββ clientele/
β βββ coming-soon/
β βββ contact-us/
β βββ crm/
β βββ crypto/
β βββ cta/
β βββ error404/
β βββ error500/
β βββ faq/
β βββ feature/
β βββ footer/
β βββ hero/
β βββ hosting/
β βββ hrm/
β βββ images/
β βββ integration/
β βββ layouts/
β βββ navbar/
β βββ other/
β βββ pages/
β βββ partials/
β βββ plugin/
β βββ pms/
β βββ pricing/
β βββ process/
β βββ small-hero/
β βββ team/
β βββ testimonial/
β βββ under-maintenance/
β βββ index.html
βββ gulpfile.js
βββ tailwind.config.js
βββ package.json
βββ README.MDLast updated