πŸ“‚Folder Structure

The Light Able folder structure is meticulously organized to enhance project scalability and maintainability. With directories for routes, controllers, assets, views, and configuration settings

Light Able Next.js Folders Structure

File/FolderPathDescription

πŸ“‚Light Able

root:

The main folder of our project.

πŸ“public

public/

Contains static assets like next.svg and vercel.svg

πŸ“ src

src/

Contains next.js components, routers, layouts etc.

Last updated