• Introduction
  • Welcome
  • Introduction
  • Licenses
  • Getting Started
  • Installation
  • Editor Setup
  • Folder Structure
  • Starter Kit
  • Customization
  • Theme
  • Color
  • Sidebar & Topbar
  • Plugins
  • Layouts Settings
  • Vertical
  • Horizontal
  • Settings
  • Mode Setting
  • RTL Version
  • Components
  • TailwindCSS
  • Icons
  • Others
  • Sources & Credits
  • Changelog
  • Support
No Search Results

Folder Structure

  • HTML
  • dist // Ready for the production / build use
    plugins //Extending Tailwind with reusable third-party plugins
    src
    • assets
      • fonts
      • images
      • js
      • json
      • lang
      • libs
        • scss
          • fonts
          • plugins
          • icons.scss
          • tailwind.scss
    • partials
      • body.html
      • customizer.html
      • footer.html
      • head-css.html
      • main.html
      • menu.html
      • page-title.html
      • page-wrapper.html
      • sidebar.html
      • title-meta.html
      • topbar.html
      • vendor-scripts.html
    • All HTML files will be here of the this theme.
    package-libs-config.json
    package.json
    package-lock.json
    postcss.config.js
    README.md
    tailwind.config.js
    vite.config.js
Core file structure
@{ ViewBag.Title = "Starter"; ViewBag.pTitle = "Pages"; Layout = "~/Views/Shared/_Layout.cshtml"; } //Your Body contain @section scripts{ <script src="~/assets/js/app.js"></script> }
v1.1.0
  • Demos
  • Changelog
  • Support