Assets

Duralux comes with a flexible file structure that can be easily used for small to large scope projects. This section will explain the entire file structure and how to adapt it to your project. In this section you will find the basic folder structure and everything you need to get the template up and running. Both the demo and starter versions have the same structure, except that the starter version will have fewer files & folders than the demo version as they are not required in the starter.

  • GetDuralux
    • HTML
      • CRM
        • dist (just empty for deployment folder)
        • src (every source code contain here)
          • Assets
            • Images (all images assets)
            • JS (all JS & JSON assets)
            • SCSS (all SCSS/SASS assets)
            • Vendors (all requires plugins)
          • Templates
            • **.html (all html files)
          • index.html
        • gulpfile.js
        • package.json
        • package-lock.json
    • index.html
    • documentation
Templates

Duralux comes with a flexible file structure that can be easily used for small to large scope projects. This section will explain the entire file structure and how to adapt it to your project. In this section you will find the basic folder structure and everything you need to get the template up and running. Both the demo and starter versions have the same structure, except that the starter version will have fewer files & folders than the demo version as they are not required in the starter.

  • GetDuralux
    • HTML
      • CRM
        • dist (just empty for deployment folder)
        • src (every source code contain here)
          • Templates
            • ./**/*.html (all dev html files)