About Walthy Template
Folder Structure
Project Folder Structure
The project follows a conventional structure where all code resides in the app folder. Reusable and
self-contained components are stored in a dedicated components folder, each named appropriately based
on its functionality.
Folders
-
app/- Contains the main application logic, including pages, layouts, and other core functionalities. -
app/components/- Houses all reusable components. Each component is stored in a separate folder or file with clear and meaningful names, ensuring easy navigation and maintenance.
Example Folder Structure
app/
├── (components)/
│ ├── banners/
│ │ ├── BannerCustom.tsx
│ ├── faq/
│ │ ├── SectionFAQ.tsx
The template folders are in their own folders. Am following Nextjs folder structure for layout