Folder Structure
Project Folder Structure
The Aquiry project is organized into a clean and modular folder structure that helps you easily manage assets, components, layouts, and pages. Each directory is designed to separate concerns, making the template easy to customize, scale, and maintain for both small projects and large enterprise dashboards.
Admin-
dist
- assets
- All HTML files here.
-
src
-
assets
- fonts // All font-based files for the project.
- images // All project image files, including backgrounds, icons, and illustrations.
-
js
- apps
- dashboard
- data
- forms
- pages
- ui
- app.js
- plugins.js
- progress-bar.js
- scroll-top.init.js
- libs // Contains internal reusable libraries and helper modules used throughout the project.
-
scss
-
custom
- apps
- components
- dashboard
- fonts
- pages
- plugins
- structure
- _variables-dark.scss
- _variables.scss
- app.scss
- bootstrap.scss
- icons.scss
-
custom
- partials
- All HTML files here.
-
assets
- htmlvalidate.json
- package-copy.json
- package-lock.json
- package.json
- preload.js
- README.md
- webpack.config.js
- yarn.lock