logo

Project Structure

Invalid DatePreet Suthar

The Next.js Startup Boilerplate follows this structure:

src/
├── components/     # Reusable UI components
├── config/         # App configuration
├── content/        # Blog markdown files
├── hooks/          # Custom React hooks
├── lib/            # Utility functions
├── models/         # MongoDB models
├── pages/          # Next.js pages
└── styles/         # Global styles