Top

Html Folder Structure

We have used the best folder structure.If you want check some images path and scss folder structure you can refer this page

  • Dunzo
    • public
      • assets
        • audio
        • css
        • data
        • dummy-images
        • fonts
        • i18n
        • images
        • scss
        • svg
        • .gitkeep
      • favicon.ico
    • src
      • app
        • auth
          • login
            • login.html
            • login.scss
            • login.ts
        • component
          • blog
            • blog-add-post
              • blog-add-post.html
              • blog-add-post.scss
              • blog-add-post.ts
            • blog-details
              • blog-details.html
              • blog-details.scss
              • blog-details.ts
            • blog-single
              • blog-single.html
              • blog-single.scss
              • blog-single.ts
            • blog.routes.ts
          • bonus-ui
            • basic-card
            • creative-card
            • dropzone
            • image-cropper
            • owl-carousel
            • pagination
            • range-slider
            • rating
            • ribbons
            • sweetalert2
            • timeline
            • toasts
            • bonus.routes.ts
        • shared
          • component
          • data
          • driectives
          • guard
          • interface
          • model
          • routes
          • services
        • app.html
        • app.scss
        • app.ts
        • app.config.ts
        • app.routes.ts
      • index.html
      • main.ts
      • styles.sccs
    • angular.json
    • package.json
    • tsconfing.json
    • tsconfing.app.json
    • tsconfing.spec.json