Next.js Docs - v1.0.0
Structure

Folder Structure: You can follow the below folder structure for customize your project and better understanding to Pixigon

  • Landing v1.0.0
    • plugins
    • public
    • src (#Source files used during development.)
      • assets
        • css
          • components
          • fonts
          • layouts
          • pages
          • plugins
          • themes-color
          • icons.css
          • plugins.css
          • tailwind.css
        • images
      • app (#Next.js App Router directory)
        • (Blog)
        • (Courses)
        • (Home)
        • (Pages)
        • (Shop)
        • globals.css
        • layout.tsx
        • not-found.tsx
        • page.tsx
      • components
      • common
      • constants
      • data
      • types
    • .gitignore
    • eslint.config.mjs
    • next-env.d.ts
    • next.config.ts
    • package-lock.json
    • package.json
    • postcss.config.mjs
    • README.md
    • tsconfig.json