Berry .NET
  • ✨Introduction
  • Guides
    • 📐Quick Start
    • 📂Folder Structure
    • 🎭Customizer
      • 🌑Light & Dark Layout
      • 🇦🇪Rtl Layout
      • 🎨Preset Colors
      • 🆎Font Family
      • 🔛Box Container
  • Extras
    • 📦Dependencies
    • 🛟Support
    • 📅Changelog
Powered by GitBook
On this page
  1. Guides

Folder Structure

berry-dotnet/
├── Berry/
│   ├── bin/
│   ├── Controllers/
│   ├── Models/
│   ├── obj/
│   ├── Properties/
│   ├── Views/
│   ├── wwwroot/
│   ├── appsettings.Development.json
│   ├── appsettings.json
│   ├── Berry.csproj
│   ├── Program.cs
├── src/
│   ├── assets/
├── BerryDotNet.sln
├── gulpfile.js
├── package.json
PreviousQuick StartNextCustomizer

Last updated 11 months ago

📂