Skip to main content

Folder Structure

nextjs-project/

  • .next/
  • node_modules/
  • public/
    • static/
  • src/
    • components/
    • app/
    • globals.css
    • layout.tsx
    • page.tsx
    • folder/
      • [slug]
        • index.tsx
      • index.tsx
    • pages/
    • styles/
    • utils/
  • .gitignore
  • package.json
  • README.md
  • tailwind.config.js
  • tsconfig.json
  • yarn.lock
  • vercel.json