• Introduction
  • Welcome
  • Introduction
  • Licenses
  • Getting Started
  • Installation
  • Editor Setup
  • Folder Structure
  • Create New Page
  • Starter Kit
  • React Structure
  • Customization
  • Theme
  • Color
  • Sidebar & Topbar
  • Plugins
  • Layouts Settings
  • Layout
  • Vertical
  • Horizontal
  • Settings
  • Mode Setting
  • RTL Version
  • Integration
  • Api Integration
  • Firebase Setup
  • Fakebackend Setup
  • Social Authentication
  • Components
  • TailwindCSS
  • Icons
  • Others
  • Sources & Credits
  • Changelog
  • Support
No Search Results

Folder Structure

  • Admin
  • public
    src
    • assets
      • fonts
      • images
      • scss
    • Common // All the common files and data files placed here.
    • helpers
    • Layout // All the layout files.
    • pages // All the pages files of tailwick admin.
    • Routes
    • slices // All the reducers and thunks files.
    • App.test.tsx
    • App.tsx
    • index.tsx
    • logo.svg
    • react-app-env.d.ts
    • reportWebVitals.ts
    • setupTests.ts
    .gitignore
    package.json
    README.md
    tailwind.config.js
    tsconfig.js
v1.0.0
  • Demos
  • Changelog
  • Support