package
0.0.0-20250104084734-6189fb222368
Repository: https://github.com/cmcd97/bytesize.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
App Package
This directory contains most of the application logic and is organized into four main subdirectories:
components
: Standalone Templ components that can be reused across multiple places, such as custom buttons, tables, and navbars.css
: The output directory where Tailwind writes its custom CSS classes.handlers
: Custom HTTP handlers.views
: Similar to thecomponents
directory, but contains Templ components that represent entire pages. These pages are typically used in a single location within the app and often utilize components from thecomponents
directory.