Introduction
Structure
File structure is similar across all the html projects. You may find the structure of acorn-html-classic-dashboard and small explanations regarding of the content below.
Acorn Html Laravel 8 .Net 5 Admin Template | +-- Html | | | +-- acorn-html-classic-dashboard // Classic Dashboard | | | | | \-- .gitignore // A file to tell git to ignore files and folder | | \-- .prettierignore // A file to tell prettier to ignore files and folder | | \-- .prettierrc.js // Prettier config | | \-- gulpfile.js // Gulp tasks to run and build the template | | \-- package.json // Package file mostly for gulp tasks | | | | | +-- src // Sources | | | | | +-- css // Css files | | | | | | | +-- vendor // External css resources | | | \-- main.css // An empty file to add your styles | | | \-- styles.css // Core style file of the template, compiled from sass | | | | | +-- font // Font icons | | | | | | | +-- CS-Interface // Essential interface icons to use as a font file | | | | | +-- icon // Icons | | | | | | | +-- acorn-icons-commerce.js // Commerce icons | | | +-- acorn-icons-interface.js // Interface icons | | | +-- acorn-icons-learning.js // Learning icons | | | +-- acorn-icons-medical.js // Medical icons | | | +-- acorn-icons.js // Acorn Icons base scripts | | | +-- index.html // Icons viewer | | | | | +-- img // Image sources | | | | | | | +-- background // Auth pages background | | | +-- banner // Banner images | | | +-- blog // Blog images | | | +-- brand // Logos | | | +-- favicon // Favicons for various devices | | | +-- illustration // Illustrations in jpeg format | | | +-- logo // Logo color alternatives | | | +-- product // Product images with various sizes | | | +-- profile // User profile images | | | +-- video // Video thumbnails and backgrounds | | | | | +-- js // Javascript sources | | | | | | | +-- apps // Application scripts | | | +-- base // Template core scripts | | | +-- components // Bootstrap components examples | | | +-- cs // Custom plugins | | | +-- forms // Form layouts and plugins examples | | | +-- pages // Scripts of pages | | | +-- plugins // External plugins examples | | | +-- vendor // External javascript resources | | | \-- common.js // Initialization of commonly used plugins | | | \-- scripts.js // Template startup scripts and initialization of the others | | | | | +-- json // Json sources | | | | | | | \-- chat.json // Mock chat data | | | \-- contacts.json // Mock contacts data | | | \-- events.json // Mock calendar data | | | \-- icons.json // Icon tags and titles to provide search and listing | | | \-- mailbox.json // Mock mailbox data | | | \-- products.json // Mock products data | | | \-- search.json // Pages and their titles to search the project | | | \-- tasks.json // Mock tasks data | | | | | +-- sass // Sass resources | | | | | | | +-- bootstrap // Bootstrap style overrides | | | +-- layout // Layout styles for navigation, footer and main content | | | +-- plugins // External plugin style overrides | | | +-- themes // Theme definitions | | | +-- utils // Sass utilities | | | \-- styles.scss // Combination of the sass resources | | | | | \-- Apps.Calendar.html | | \-- Apps.Chat.html | | \-- Apps.Contacts.html | | \-- Apps.html | | \-- Apps.Mailbox.html | | \-- Apps.Tasks.html | | \-- Blocks.Cta.html | | \-- ... Rest of the html files | | | +-- acorn-html-ecommerce-platform // Ecommerce Platform | +-- acorn-html-service-provider // Service Provider | +-- acorn-html-starter-project // Starter Project | +-- Laravel +-- Net5 \-- Docs.html